Skip to content

Commit d5c7788

Browse files
Update dependency rubocop to v1.75.2
1 parent fb4614e commit d5c7788

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

examples/ruby/Gemfile.lock

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
ast (2.4.2)
4+
ast (2.4.3)
55
base64 (0.2.0)
66
diff-lcs (1.5.1)
77
json (2.10.2)
88
language_server-protocol (3.17.0.4)
99
lint_roller (1.1.0)
1010
logger (1.7.0)
1111
parallel (1.26.3)
12-
parser (3.3.7.1)
12+
parser (3.3.7.4)
1313
ast (~> 2.4.1)
1414
racc
15+
prism (1.4.0)
1516
racc (1.8.1)
1617
rainbow (3.1.1)
1718
rake (13.2.1)
@@ -30,19 +31,20 @@ GEM
3031
diff-lcs (>= 1.2.0, < 2.0)
3132
rspec-support (~> 3.13.0)
3233
rspec-support (3.13.0)
33-
rubocop (1.72.2)
34+
rubocop (1.75.2)
3435
json (~> 2.3)
3536
language_server-protocol (~> 3.17.0.2)
3637
lint_roller (~> 1.1.0)
3738
parallel (~> 1.10)
3839
parser (>= 3.3.0.2)
3940
rainbow (>= 2.2.2, < 4.0)
4041
regexp_parser (>= 2.9.3, < 3.0)
41-
rubocop-ast (>= 1.38.0, < 2.0)
42+
rubocop-ast (>= 1.44.0, < 2.0)
4243
ruby-progressbar (~> 1.7)
4344
unicode-display_width (>= 2.4.0, < 4.0)
44-
rubocop-ast (1.38.0)
45-
parser (>= 3.3.1.0)
45+
rubocop-ast (1.44.0)
46+
parser (>= 3.3.7.2)
47+
prism (~> 1.4)
4648
rubocop-rspec (3.5.0)
4749
lint_roller (~> 1.1)
4850
rubocop (~> 1.72, >= 1.72.1)

0 commit comments

Comments
 (0)