Skip to content

Commit 5ed882a

Browse files
authored
Update rubocop to version 1.86.1
1 parent b7ef347 commit 5ed882a

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

Gemfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ GEM
170170
pp (>= 0.6.0)
171171
rdoc (>= 4.0.0)
172172
reline (>= 0.4.2)
173-
json (2.12.2)
173+
json (2.19.3)
174174
json-jwt (1.16.7)
175175
activesupport (>= 4.2)
176176
aes_key_wrap
@@ -267,14 +267,14 @@ GEM
267267
webfinger (~> 2.0)
268268
optimist (3.2.1)
269269
ostruct (0.6.1)
270-
parallel (1.27.0)
271-
parser (3.3.8.0)
270+
parallel (2.0.1)
271+
parser (3.3.11.1)
272272
ast (~> 2.4.1)
273273
racc
274274
pp (0.6.3)
275275
prettyprint
276276
prettyprint (0.2.0)
277-
prism (1.4.0)
277+
prism (1.9.0)
278278
psych (5.3.0)
279279
date
280280
stringio
@@ -342,7 +342,7 @@ GEM
342342
erb
343343
psych (>= 4.0.0)
344344
tsort
345-
regexp_parser (2.10.0)
345+
regexp_parser (2.12.0)
346346
reline (0.6.3)
347347
io-console (~> 0.5)
348348
rest-client (2.1.0)
@@ -371,20 +371,20 @@ GEM
371371
rspec-mocks (~> 3.13)
372372
rspec-support (~> 3.13)
373373
rspec-support (3.13.6)
374-
rubocop (1.76.0)
374+
rubocop (1.86.1)
375375
json (~> 2.3)
376376
language_server-protocol (~> 3.17.0.2)
377377
lint_roller (~> 1.1.0)
378-
parallel (~> 1.10)
378+
parallel (>= 1.10)
379379
parser (>= 3.3.0.2)
380380
rainbow (>= 2.2.2, < 4.0)
381381
regexp_parser (>= 2.9.3, < 3.0)
382-
rubocop-ast (>= 1.45.0, < 2.0)
382+
rubocop-ast (>= 1.49.0, < 2.0)
383383
ruby-progressbar (~> 1.7)
384384
unicode-display_width (>= 2.4.0, < 4.0)
385-
rubocop-ast (1.45.0)
385+
rubocop-ast (1.49.1)
386386
parser (>= 3.3.7.2)
387-
prism (~> 1.4)
387+
prism (~> 1.7)
388388
rubocop-graphql (1.5.6)
389389
lint_roller (~> 1.1)
390390
rubocop (>= 1.72.1, < 2)
@@ -452,9 +452,9 @@ GEM
452452
tsort (0.2.0)
453453
tzinfo (2.0.6)
454454
concurrent-ruby (~> 1.0)
455-
unicode-display_width (3.1.4)
456-
unicode-emoji (~> 4.0, >= 4.0.4)
457-
unicode-emoji (4.0.4)
455+
unicode-display_width (3.2.0)
456+
unicode-emoji (~> 4.1)
457+
unicode-emoji (4.2.0)
458458
uri (1.0.3)
459459
useragent (0.16.11)
460460
validate_url (1.0.15)

0 commit comments

Comments
 (0)