Skip to content

Commit

Permalink
Bump rubocop from 1.67.0 to 1.68.0 (#885)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Santiago Bartesaghi <[email protected]>
  • Loading branch information
dependabot[bot] and santib authored Nov 5, 2024
1 parent 8d1afa2 commit 8e447eb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ Style/RedundantRegexpCharacterClass:
Style/ReturnNil:
Enabled: true

Style/SafeNavigationChainLength:
Enabled: false

Style/SlicingWithRange:
Enabled: false

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ group :development do
gem 'listen', '~> 3.9'
gem 'rails_best_practices', '~> 1.20'
gem 'reek', '~> 6.3'
gem 'rubocop', '~> 1.67', require: false
gem 'rubocop', '~> 1.68', require: false
gem 'rubocop-capybara', '~> 2.21'
gem 'rubocop-factory_bot', '~> 2.26', require: false
gem 'rubocop-performance', '~> 1.22', require: false
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ GEM
parallel (1.26.3)
parallel_tests (4.7.2)
parallel
parser (3.3.5.1)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
pg (1.5.9)
Expand Down Expand Up @@ -513,7 +513,7 @@ GEM
rswag-ui (2.15.0)
actionpack (>= 5.2, < 8.0)
railties (>= 5.2, < 8.0)
rubocop (1.67.0)
rubocop (1.68.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -663,7 +663,7 @@ DEPENDENCIES
rspec-retry!
rswag-api (~> 2.15.0)
rswag-ui (~> 2.15.0)
rubocop (~> 1.67)
rubocop (~> 1.68)
rubocop-capybara (~> 2.21)
rubocop-factory_bot (~> 2.26)
rubocop-performance (~> 1.22)
Expand Down

0 comments on commit 8e447eb

Please sign in to comment.