Skip to content

Commit e6a6448

Browse files
build(deps-dev): bump rubocop-rails from 2.29.1 to 2.30.3
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.29.1 to 2.30.3. - [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.3) --- updated-dependencies: - dependency-name: rubocop-rails dependency-version: 2.30.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7b84ec1 commit e6a6448

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ group :test do
8686
gem 'rubocop', '~> 1.72.2'
8787
gem 'rubocop-capybara'
8888
gem 'rubocop-factory_bot'
89-
gem 'rubocop-rails', '~> 2.29'
89+
gem 'rubocop-rails', '~> 2.30'
9090
gem 'rubocop-rspec', '~> 3.4'
9191
gem 'rubocop-rspec_rails'
9292
gem 'rubocop-sequel', '~> 0.3.8'

Gemfile.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ GEM
311311
mime-types-data (3.2025.0318)
312312
mini_mime (1.1.5)
313313
mini_portile2 (2.8.8)
314-
minitest (5.25.4)
314+
minitest (5.25.5)
315315
mock_redis (0.49.0)
316316
redis (~> 5)
317317
ms_rest (0.6.4)
@@ -487,11 +487,12 @@ GEM
487487
rubocop (~> 1.41)
488488
rubocop-factory_bot (2.26.1)
489489
rubocop (~> 1.61)
490-
rubocop-rails (2.29.1)
490+
rubocop-rails (2.30.3)
491491
activesupport (>= 4.2.0)
492+
lint_roller (~> 1.1)
492493
rack (>= 1.1)
493-
rubocop (>= 1.52.0, < 2.0)
494-
rubocop-ast (>= 1.31.1, < 2.0)
494+
rubocop (>= 1.72.1, < 2.0)
495+
rubocop-ast (>= 1.38.0, < 2.0)
495496
rubocop-rspec (3.4.0)
496497
rubocop (~> 1.61)
497498
rubocop-rspec_rails (2.30.0)
@@ -668,7 +669,7 @@ DEPENDENCIES
668669
rubocop (~> 1.72.2)
669670
rubocop-capybara
670671
rubocop-factory_bot
671-
rubocop-rails (~> 2.29)
672+
rubocop-rails (~> 2.30)
672673
rubocop-rspec (~> 3.4)
673674
rubocop-rspec_rails
674675
rubocop-sequel (~> 0.3.8)

0 commit comments

Comments
 (0)