Skip to content

Commit ee26cec

Browse files
authored
Update rubocop to version 1.75.3
1 parent 04fcd3a commit ee26cec

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

Gemfile.lock

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ GEM
100100
annotate (3.2.0)
101101
activerecord (>= 3.2, < 8.0)
102102
rake (>= 10.4, < 14.0)
103-
ast (2.4.2)
103+
ast (2.4.3)
104104
barnes (0.0.9)
105105
multi_json (~> 1)
106106
statsd-ruby (~> 1.1)
@@ -262,14 +262,15 @@ GEM
262262
mini_portile2 (~> 2.8.2)
263263
racc (~> 1.4)
264264
os (1.1.4)
265-
parallel (1.26.3)
266-
parser (3.3.7.1)
265+
parallel (1.27.0)
266+
parser (3.3.8.0)
267267
ast (~> 2.4.1)
268268
racc
269269
pg (1.5.9)
270270
pp (0.6.2)
271271
prettyprint
272272
prettyprint (0.2.0)
273+
prism (1.4.0)
273274
psych (5.2.3)
274275
date
275276
stringio
@@ -335,19 +336,20 @@ GEM
335336
retriable (3.1.2)
336337
rexml (3.4.1)
337338
rouge (4.5.1)
338-
rubocop (1.74.0)
339+
rubocop (1.75.3)
339340
json (~> 2.3)
340341
language_server-protocol (~> 3.17.0.2)
341342
lint_roller (~> 1.1.0)
342343
parallel (~> 1.10)
343344
parser (>= 3.3.0.2)
344345
rainbow (>= 2.2.2, < 4.0)
345346
regexp_parser (>= 2.9.3, < 3.0)
346-
rubocop-ast (>= 1.38.0, < 2.0)
347+
rubocop-ast (>= 1.44.0, < 2.0)
347348
ruby-progressbar (~> 1.7)
348349
unicode-display_width (>= 2.4.0, < 4.0)
349-
rubocop-ast (1.38.1)
350-
parser (>= 3.3.1.0)
350+
rubocop-ast (1.44.1)
351+
parser (>= 3.3.7.2)
352+
prism (~> 1.4)
351353
rubocop-rails (2.30.3)
352354
activesupport (>= 4.2.0)
353355
lint_roller (~> 1.1)

0 commit comments

Comments
 (0)