Skip to content

Commit

Permalink
Bump rubocop from 1.67.0 to 1.68.0
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.67.0 to 1.68.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.67.0...v1.68.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent d53b425 commit 3789e2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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 3789e2f

Please sign in to comment.