Skip to content

Commit 1332824

Browse files
committed
bundle
1 parent 37b60fb commit 1332824

File tree

1 file changed

+22
-18
lines changed

1 file changed

+22
-18
lines changed

Gemfile.lock

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: .
1212
specs:
13-
simplecov-html (0.13.0)
13+
simplecov-html (0.13.1)
1414

1515
GEM
1616
remote: https://rubygems.org/
@@ -20,10 +20,13 @@ GEM
2020
docile (1.4.1)
2121
execjs (2.9.1)
2222
ffi (1.17.0)
23+
json (2.7.2)
24+
json (2.7.2-java)
25+
language_server-protocol (3.17.0.3)
2326
logger (1.6.1)
24-
minitest (5.15.0)
25-
parallel (1.24.0)
26-
parser (3.3.4.2)
27+
minitest (5.25.1)
28+
parallel (1.26.3)
29+
parser (3.3.5.0)
2730
ast (~> 2.4.1)
2831
racc
2932
racc (1.8.1)
@@ -35,23 +38,24 @@ GEM
3538
rb-inotify (0.11.1)
3639
ffi (~> 1.0)
3740
regexp_parser (2.9.2)
38-
rexml (3.3.6)
39-
rubocop (1.28.2)
41+
rubocop (1.66.1)
42+
json (~> 2.3)
43+
language_server-protocol (>= 3.17.0)
4044
parallel (~> 1.10)
41-
parser (>= 3.1.0.0)
45+
parser (>= 3.3.0.2)
4246
rainbow (>= 2.2.2, < 4.0)
43-
regexp_parser (>= 1.8, < 3.0)
44-
rexml
45-
rubocop-ast (>= 1.17.0, < 2.0)
47+
regexp_parser (>= 2.4, < 3.0)
48+
rubocop-ast (>= 1.32.2, < 2.0)
4649
ruby-progressbar (~> 1.7)
47-
unicode-display_width (>= 1.4.0, < 3.0)
48-
rubocop-ast (1.17.0)
49-
parser (>= 3.1.1.0)
50-
rubocop-minitest (0.19.1)
51-
rubocop (>= 0.90, < 2.0)
52-
rubocop-performance (1.13.3)
53-
rubocop (>= 1.7.0, < 2.0)
54-
rubocop-ast (>= 0.4.0)
50+
unicode-display_width (>= 2.4.0, < 3.0)
51+
rubocop-ast (1.32.3)
52+
parser (>= 3.3.1.0)
53+
rubocop-minitest (0.36.0)
54+
rubocop (>= 1.61, < 2.0)
55+
rubocop-ast (>= 1.31.1, < 2.0)
56+
rubocop-performance (1.21.1)
57+
rubocop (>= 1.48.1, < 2.0)
58+
rubocop-ast (>= 1.31.1, < 2.0)
5559
rubocop-rake (0.6.0)
5660
rubocop (~> 1.0)
5761
ruby-progressbar (1.13.0)

0 commit comments

Comments
 (0)