Skip to content
This repository was archived by the owner on Aug 31, 2025. It is now read-only.

Commit bac99fb

Browse files
Merge pull request #2172 from Retrospring/dependabot/bundler/rubocop-rails-2.33.0
2 parents 8618b8e + f861eb6 commit bac99fb

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
@@ -95,7 +95,7 @@ group :development, :test do
9595
gem "rspec-rails", "~> 7.1"
9696
gem "rspec-sidekiq", "~> 5.2", require: false
9797
gem "rubocop", "~> 1.78"
98-
gem "rubocop-rails", "~> 2.32"
98+
gem "rubocop-rails", "~> 2.33"
9999
gem "shoulda-matchers", "~> 6.5"
100100
gem "simplecov", require: false
101101
gem "simplecov-cobertura", require: false

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ GEM
431431
psych (>= 4.0.0)
432432
redcarpet (3.6.1)
433433
redis (4.8.1)
434-
regexp_parser (2.11.0)
434+
regexp_parser (2.11.1)
435435
reline (0.6.1)
436436
io-console (~> 0.5)
437437
request_store (1.5.1)
@@ -497,7 +497,7 @@ GEM
497497
rubocop-ast (1.46.0)
498498
parser (>= 3.3.7.2)
499499
prism (~> 1.4)
500-
rubocop-rails (2.32.0)
500+
rubocop-rails (2.33.0)
501501
activesupport (>= 4.2.0)
502502
lint_roller (~> 1.1)
503503
rack (>= 1.1)
@@ -675,7 +675,7 @@ DEPENDENCIES
675675
rspec-rails (~> 7.1)
676676
rspec-sidekiq (~> 5.2)
677677
rubocop (~> 1.78)
678-
rubocop-rails (~> 2.32)
678+
rubocop-rails (~> 2.33)
679679
rubyzip (~> 2.4)
680680
sanitize
681681
sassc-rails

0 commit comments

Comments
 (0)