Skip to content

Commit 162f854

Browse files
Bump json from 2.1.0 to 2.3.1
Bumps [json](https://github.com/flori/json) from 2.1.0 to 2.3.1. - [Release notes](https://github.com/flori/json/releases) - [Changelog](https://github.com/flori/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.1.0...v2.3.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1731b6c commit 162f854

File tree

1 file changed

+26
-10
lines changed

1 file changed

+26
-10
lines changed

Gemfile.lock

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,25 @@ PATH
77
jmx4r
88
mixlib-cli
99
multi_json
10+
telegraf
1011
terminal-table
1112

1213
GEM
1314
remote: http://rubygems.org/
1415
specs:
15-
activesupport (5.1.4)
16+
activesupport (6.0.3.2)
1617
concurrent-ruby (~> 1.0, >= 1.0.2)
17-
i18n (~> 0.7)
18+
i18n (>= 0.7, < 2)
1819
minitest (~> 5.1)
1920
tzinfo (~> 1.1)
21+
zeitwerk (~> 2.2, >= 2.2.2)
2022
ast (2.4.0)
2123
awesome_print (1.8.0)
2224
axiom-types (0.1.1)
2325
descendants_tracker (~> 0.0.4)
2426
ice_nine (~> 0.11.0)
2527
thread_safe (~> 0.3, >= 0.3.1)
28+
bond (0.5.1)
2629
bond (0.5.1-java)
2730
brice (0.4.1)
2831
nuggets (~> 1.4)
@@ -33,7 +36,7 @@ GEM
3336
coderay (1.1.2)
3437
coercible (1.0.0)
3538
descendants_tracker (~> 0.0.1)
36-
concurrent-ruby (1.0.5-java)
39+
concurrent-ruby (1.1.6)
3740
descendants_tracker (0.0.4)
3841
thread_safe (~> 0.3, >= 0.3.1)
3942
diff-lcs (1.3)
@@ -45,11 +48,13 @@ GEM
4548
rspec-core (~> 3.0)
4649
ruby-progressbar (~> 1.4)
4750
hirb (0.7.3)
48-
i18n (0.9.3)
51+
i18n (1.8.5)
4952
concurrent-ruby (~> 1.0)
5053
ice_nine (0.11.2)
54+
influxdb (0.8.0)
5155
jmx4r (0.1.4)
52-
json (2.1.0-java)
56+
json (2.3.1)
57+
json (2.3.1-java)
5358
liquid-development (0.2.1)
5459
awesome_print
5560
bond
@@ -69,14 +74,20 @@ GEM
6974
yard
7075
log_switch (0.3.0)
7176
method_source (0.9.0)
72-
minitest (5.11.3)
73-
mixlib-cli (1.7.0)
74-
multi_json (1.13.1)
77+
mini_portile2 (2.3.0)
78+
minitest (5.14.1)
79+
mixlib-cli (2.1.6)
80+
multi_json (1.15.0)
81+
nokogiri (1.8.2)
82+
mini_portile2 (~> 2.3.0)
7583
nokogiri (1.8.2-java)
7684
nuggets (1.5.0)
7785
parallel (1.12.1)
7886
parser (2.4.0.2)
7987
ast (~> 2.3)
88+
pry (0.11.3)
89+
coderay (~> 1.1.0)
90+
method_source (~> 0.9.0)
8091
pry (0.11.3-java)
8192
coderay (~> 1.1.0)
8293
method_source (~> 0.9.0)
@@ -117,26 +128,31 @@ GEM
117128
nokogiri (>= 1.6.0)
118129
term-ansicolor (>= 1.0.5)
119130
text-table (>= 1.2.2)
131+
telegraf (0.7.0)
132+
influxdb
120133
term-ansicolor (1.6.0)
121134
tins (~> 1.0)
122135
terminal-table (1.8.0)
123136
unicode-display_width (~> 1.1, >= 1.1.1)
124137
text-table (1.2.4)
138+
thread_safe (0.3.6)
125139
thread_safe (0.3.6-java)
126140
timecop (0.9.1)
127141
tins (1.16.3)
128-
tzinfo (1.2.5)
142+
tzinfo (1.2.7)
129143
thread_safe (~> 0.1)
130-
unicode-display_width (1.3.0)
144+
unicode-display_width (1.7.0)
131145
virtus (1.0.5)
132146
axiom-types (~> 0.1)
133147
coercible (~> 1.0)
134148
descendants_tracker (~> 0.0, >= 0.0.3)
135149
equalizer (~> 0.0, >= 0.0.9)
136150
yard (0.9.12)
151+
zeitwerk (2.4.0)
137152

138153
PLATFORMS
139154
java
155+
ruby
140156

141157
DEPENDENCIES
142158
liquid-development

0 commit comments

Comments
 (0)