Skip to content

Commit

Permalink
Merge branch 'dependabot/bundler/rubocop-1.67.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Oct 21, 2024
2 parents 257d472 + cc8449f commit 46337bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .ruby-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,9 @@ Lint/DuplicateRequire:
Lint/DuplicateRescueException:
Enabled: false

Lint/DuplicateSetElement:
Enabled: false

Lint/EachWithObjectArgument:
Enabled: true

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ group :development do
gem 'net-ssh-gateway', '>= 1.1.0', '< 3.0.0'
gem 'launchy', '< 3.1.0'
gem 'web-console', '>= 3.3.0'
gem 'rubocop', '~> 1.66.1', require: false
gem 'rubocop', '~> 1.67.0', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rails', require: false
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.66.1)
rubocop (1.67.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -653,7 +653,7 @@ DEPENDENCIES
rolify (~> 6.0.1)
rspec-activemodel-mocks (~> 1.2.1)
rspec-rails (~> 7.0.1)
rubocop (~> 1.66.1)
rubocop (~> 1.67.0)
rubocop-performance
rubocop-rails
ruby-msg (~> 1.5.0)!
Expand Down

0 comments on commit 46337bb

Please sign in to comment.