Skip to content

Commit 8735c4f

Browse files
Bump rubocop-rails from 2.29.1 to 2.30.1
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.29.1 to 2.30.1. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.29.1...v2.30.1) --- updated-dependencies: - dependency-name: rubocop-rails dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 60d4ad4 commit 8735c4f

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ group :development do
6464
gem 'rubocop-capybara', '~> 2.21'
6565
gem 'rubocop-factory_bot', '~> 2.26', require: false
6666
gem 'rubocop-performance', '~> 1.23', require: false
67-
gem 'rubocop-rails', '~> 2.29', require: false
67+
gem 'rubocop-rails', '~> 2.30', require: false
6868
gem 'rubocop-rake', '~> 0.6.0', require: false
6969
gem 'rubocop-rspec', '~> 3.4', require: false
7070
gem 'rubocop-rspec_rails', '~> 2.30.0', require: false

Gemfile.lock

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ GEM
301301
thor (>= 0.14, < 2.0)
302302
jsbundling-rails (1.3.1)
303303
railties (>= 6.0.0)
304-
json (2.9.1)
304+
json (2.10.1)
305305
kaminari (1.2.2)
306306
activesupport (>= 4.1.0)
307307
kaminari-actionview (= 1.2.2)
@@ -322,10 +322,11 @@ GEM
322322
childprocess (~> 5.0)
323323
letter_opener (1.10.0)
324324
launchy (>= 2.2, < 4)
325+
lint_roller (1.1.0)
325326
listen (3.9.0)
326327
rb-fsevent (~> 0.10, >= 0.10.3)
327328
rb-inotify (~> 0.9, >= 0.9.10)
328-
logger (1.6.5)
329+
logger (1.6.6)
329330
lograge (0.14.0)
330331
actionpack (>= 4)
331332
activesupport (>= 4)
@@ -374,7 +375,7 @@ GEM
374375
parallel (1.26.3)
375376
parallel_tests (4.9.0)
376377
parallel
377-
parser (3.3.7.0)
378+
parser (3.3.7.1)
378379
ast (~> 2.4.1)
379380
racc
380381
pg (1.5.9)
@@ -507,9 +508,10 @@ GEM
507508
rswag-ui (2.16.0)
508509
actionpack (>= 5.2, < 8.1)
509510
railties (>= 5.2, < 8.1)
510-
rubocop (1.71.1)
511+
rubocop (1.72.2)
511512
json (~> 2.3)
512-
language_server-protocol (>= 3.17.0)
513+
language_server-protocol (~> 3.17.0.2)
514+
lint_roller (~> 1.1.0)
513515
parallel (~> 1.10)
514516
parser (>= 3.3.0.2)
515517
rainbow (>= 2.2.2, < 4.0)
@@ -526,11 +528,12 @@ GEM
526528
rubocop-performance (1.23.1)
527529
rubocop (>= 1.48.1, < 2.0)
528530
rubocop-ast (>= 1.31.1, < 2.0)
529-
rubocop-rails (2.29.1)
531+
rubocop-rails (2.30.1)
530532
activesupport (>= 4.2.0)
533+
lint_roller (~> 1.1)
531534
rack (>= 1.1)
532-
rubocop (>= 1.52.0, < 2.0)
533-
rubocop-ast (>= 1.31.1, < 2.0)
535+
rubocop (>= 1.72.1, < 2.0)
536+
rubocop-ast (>= 1.38.0, < 2.0)
534537
rubocop-rake (0.6.0)
535538
rubocop (~> 1.0)
536539
rubocop-rspec (3.4.0)
@@ -660,7 +663,7 @@ DEPENDENCIES
660663
rubocop-capybara (~> 2.21)
661664
rubocop-factory_bot (~> 2.26)
662665
rubocop-performance (~> 1.23)
663-
rubocop-rails (~> 2.29)
666+
rubocop-rails (~> 2.30)
664667
rubocop-rake (~> 0.6.0)
665668
rubocop-rspec (~> 3.4)
666669
rubocop-rspec_rails (~> 2.30.0)

0 commit comments

Comments
 (0)