Skip to content

Commit 5d63f00

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 ad4e1ba commit 5d63f00

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.4.1'

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)
@@ -488,11 +488,12 @@ GEM
488488
rubocop-factory_bot (2.27.1)
489489
lint_roller (~> 1.1)
490490
rubocop (~> 1.72, >= 1.72.1)
491-
rubocop-rails (2.29.1)
491+
rubocop-rails (2.30.3)
492492
activesupport (>= 4.2.0)
493+
lint_roller (~> 1.1)
493494
rack (>= 1.1)
494-
rubocop (>= 1.52.0, < 2.0)
495-
rubocop-ast (>= 1.31.1, < 2.0)
495+
rubocop (>= 1.72.1, < 2.0)
496+
rubocop-ast (>= 1.38.0, < 2.0)
496497
rubocop-rspec (3.5.0)
497498
lint_roller (~> 1.1)
498499
rubocop (~> 1.72, >= 1.72.1)
@@ -672,7 +673,7 @@ DEPENDENCIES
672673
rubocop (~> 1.72.2)
673674
rubocop-capybara
674675
rubocop-factory_bot
675-
rubocop-rails (~> 2.29)
676+
rubocop-rails (~> 2.30)
676677
rubocop-rspec (~> 3.4)
677678
rubocop-rspec_rails
678679
rubocop-sequel (~> 0.4.1)

0 commit comments

Comments
 (0)