Skip to content

Commit d68b774

Browse files
Bump json from 2.10.1 to 2.10.2
Bumps [json](https://github.com/ruby/json) from 2.10.1 to 2.10.2. - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.10.1...v2.10.2) --- updated-dependencies: - dependency-name: json dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4778c69 commit d68b774

File tree

1 file changed

+21
-15
lines changed

1 file changed

+21
-15
lines changed

Gemfile.lock

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ GEM
3939
base64 (0.2.0)
4040
benchmark (0.4.0)
4141
bigdecimal (3.1.9)
42+
coderay (1.1.3)
43+
commander (5.0.0)
44+
highline (~> 3.0.0)
4245
concurrent-ruby (1.3.5)
4346
connection_pool (2.5.0)
4447
console (1.29.3)
@@ -54,16 +57,18 @@ GEM
5457
fiber-storage
5558
fiber-storage (1.0.0)
5659
fileutils (1.7.3)
60+
highline (3.0.1)
5761
i18n (1.14.7)
5862
concurrent-ruby (~> 1.0)
5963
io-event (1.9.0)
60-
json (2.10.1)
64+
json (2.10.2)
6165
language_server-protocol (3.17.0.4)
6266
lint_roller (1.1.0)
6367
listen (3.9.0)
6468
rb-fsevent (~> 0.10, >= 0.10.3)
6569
rb-inotify (~> 0.9, >= 0.9.10)
6670
logger (1.6.6)
71+
method_source (1.1.0)
6772
metrics (0.12.1)
6873
minitest (5.25.4)
6974
minitest-focus (1.4.0)
@@ -74,13 +79,20 @@ GEM
7479
minitest (> 5, < 7)
7580
minitest-rg (5.3.0)
7681
minitest (~> 5.0)
77-
netrc (0.11.0)
7882
parallel (1.26.3)
83+
parlour (9.1.0)
84+
commander (~> 5.0)
85+
parser
86+
rainbow (~> 3.0)
87+
sorbet-runtime (>= 0.5)
7988
parser (3.3.7.1)
8089
ast (~> 2.4.1)
8190
racc
8291
prettier_print (1.2.1)
8392
prism (1.3.0)
93+
pry (0.15.2)
94+
coderay (~> 1.1)
95+
method_source (~> 1.0)
8496
racc (1.8.1)
8597
rainbow (3.1.1)
8698
rake (13.2.1)
@@ -140,16 +152,13 @@ GEM
140152
strscan (3.1.2)
141153
syntax_tree (6.2.0)
142154
prettier_print (>= 1.2.0)
143-
tapioca (0.16.11)
144-
benchmark
145-
bundler (>= 2.2.25)
146-
netrc (>= 0.11.0)
147-
parallel (>= 1.21.0)
148-
rbi (~> 0.2)
149-
sorbet-static-and-runtime (>= 0.5.11087)
150-
spoom (>= 1.2.0)
151-
thor (>= 1.2.0)
152-
yard-sorbet
155+
tapioca (0.4.13)
156+
parlour (>= 2.1.0)
157+
pry (>= 0.12.2)
158+
sorbet-runtime
159+
sorbet-static (>= 0.4.4471)
160+
spoom
161+
thor (>= 0.19.2)
153162
terminal-table (3.0.2)
154163
unicode-display_width (>= 1.1.1, < 3)
155164
thor (1.3.2)
@@ -160,9 +169,6 @@ GEM
160169
uri (1.0.3)
161170
webrick (1.9.1)
162171
yard (0.9.37)
163-
yard-sorbet (0.9.0)
164-
sorbet-runtime
165-
yard
166172

167173
PLATFORMS
168174
x86_64-linux

0 commit comments

Comments
 (0)