Skip to content

Commit 3c23f7c

Browse files
build(deps-dev): bump rubocop-rails from 2.32.0 to 2.33.3 (#4515)
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.32.0 to 2.33.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.32.0...v2.33.3) --- updated-dependencies: - dependency-name: rubocop-rails dependency-version: 2.33.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f3d05a4 commit 3c23f7c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ group :test do
8787
gem 'rubocop', '~> 1.79.2'
8888
gem 'rubocop-capybara'
8989
gem 'rubocop-factory_bot'
90-
gem 'rubocop-rails', '~> 2.32'
90+
gem 'rubocop-rails', '~> 2.33'
9191
gem 'rubocop-rspec', '~> 3.6'
9292
gem 'rubocop-rspec_rails'
9393
gem 'rubocop-sequel', '~> 0.4.1'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ GEM
428428
redis-client (>= 0.22.0)
429429
redis-client (0.25.1)
430430
connection_pool
431-
regexp_parser (2.11.0)
431+
regexp_parser (2.11.2)
432432
reline (0.6.2)
433433
io-console (~> 0.5)
434434
representable (3.2.0)
@@ -500,7 +500,7 @@ GEM
500500
rubocop-factory_bot (2.27.1)
501501
lint_roller (~> 1.1)
502502
rubocop (~> 1.72, >= 1.72.1)
503-
rubocop-rails (2.32.0)
503+
rubocop-rails (2.33.3)
504504
activesupport (>= 4.2.0)
505505
lint_roller (~> 1.1)
506506
rack (>= 1.1)
@@ -688,7 +688,7 @@ DEPENDENCIES
688688
rubocop (~> 1.79.2)
689689
rubocop-capybara
690690
rubocop-factory_bot
691-
rubocop-rails (~> 2.32)
691+
rubocop-rails (~> 2.33)
692692
rubocop-rspec (~> 3.6)
693693
rubocop-rspec_rails
694694
rubocop-sequel (~> 0.4.1)

0 commit comments

Comments
 (0)