Skip to content

Commit 7fcf800

Browse files
authored
Merge pull request #2179 from codebar/dependabot/bundler/rubocop-rails-2.30.1
Bump rubocop-rails from 2.25.1 to 2.30.1
2 parents 810073d + bde99c2 commit 7fcf800

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

Gemfile.lock

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -207,15 +207,16 @@ GEM
207207
thor (>= 0.14, < 2.0)
208208
jquery-ui-rails (6.0.1)
209209
railties (>= 3.2.16)
210-
json (2.9.1)
210+
json (2.10.1)
211211
jwt (2.7.1)
212-
language_server-protocol (3.17.0.3)
212+
language_server-protocol (3.17.0.4)
213213
launchy (3.1.0)
214214
addressable (~> 2.8)
215215
childprocess (~> 5.0)
216216
logger (~> 1.6)
217217
letter_opener (1.10.0)
218218
launchy (>= 2.2, < 4)
219+
lint_roller (1.1.0)
219220
listen (3.9.0)
220221
rb-fsevent (~> 0.10, >= 0.10.3)
221222
rb-inotify (~> 0.9, >= 0.9.10)
@@ -279,7 +280,7 @@ GEM
279280
ostruct (0.6.1)
280281
pagy (6.4.3)
281282
parallel (1.26.3)
282-
parser (3.3.7.0)
283+
parser (3.3.7.1)
283284
ast (~> 2.4.1)
284285
racc
285286
pg (1.5.9)
@@ -386,28 +387,31 @@ GEM
386387
rspec-mocks (~> 3.12)
387388
rspec-support (~> 3.12)
388389
rspec-support (3.12.1)
389-
rubocop (1.69.0)
390+
rubocop (1.72.2)
390391
json (~> 2.3)
391-
language_server-protocol (>= 3.17.0)
392+
language_server-protocol (~> 3.17.0.2)
393+
lint_roller (~> 1.1.0)
392394
parallel (~> 1.10)
393395
parser (>= 3.3.0.2)
394396
rainbow (>= 2.2.2, < 4.0)
395-
regexp_parser (>= 2.4, < 3.0)
396-
rubocop-ast (>= 1.36.1, < 2.0)
397+
regexp_parser (>= 2.9.3, < 3.0)
398+
rubocop-ast (>= 1.38.0, < 2.0)
397399
ruby-progressbar (~> 1.7)
398400
unicode-display_width (>= 2.4.0, < 4.0)
399-
rubocop-ast (1.37.0)
401+
rubocop-ast (1.38.0)
400402
parser (>= 3.3.1.0)
401403
rubocop-performance (1.21.0)
402404
rubocop (>= 1.48.1, < 2.0)
403405
rubocop-ast (>= 1.31.1, < 2.0)
404-
rubocop-rails (2.25.1)
406+
rubocop-rails (2.30.1)
405407
activesupport (>= 4.2.0)
408+
lint_roller (~> 1.1)
406409
rack (>= 1.1)
407-
rubocop (>= 1.33.0, < 2.0)
408-
rubocop-ast (>= 1.31.1, < 2.0)
409-
rubocop-rspec (3.4.0)
410-
rubocop (~> 1.61)
410+
rubocop (>= 1.72.1, < 2.0)
411+
rubocop-ast (>= 1.38.0, < 2.0)
412+
rubocop-rspec (3.5.0)
413+
lint_roller (~> 1.1)
414+
rubocop (~> 1.72, >= 1.72.1)
411415
ruby-progressbar (1.13.0)
412416
ruby-vips (2.2.1)
413417
ffi (~> 1.12)

0 commit comments

Comments
 (0)