Skip to content

Commit

Permalink
Bump rubocop from 1.66.1 to 1.67.0 in the rubocop group
Browse files Browse the repository at this point in the history
Bumps the rubocop group with 1 update: [rubocop](https://github.com/rubocop/rubocop).


Updates `rubocop` from 1.66.1 to 1.67.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.66.1...v1.67.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 19, 2024
1 parent 946e4bf commit 2a46921
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ end

group :development do
gem 'annotate', '~> 3.2', require: false # Remove workaround in lib/tasks/annotate.rb when https://github.com/ctran/annotate_models/issues/696 is fixed
gem 'rubocop', '~> 1.66', require: false
gem 'rubocop', '~> 1.67', require: false
gem 'rubocop-factory_bot', '~> 2.26', require: false
gem 'rubocop-minitest', '~> 0.36.0', require: false
gem 'rubocop-rails', '~> 2.26', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ GEM
reline (0.5.10)
io-console (~> 0.5)
rexml (3.3.7)
rubocop (1.66.1)
rubocop (1.67.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -309,7 +309,7 @@ DEPENDENCIES
pundit (~> 2.4)
rack-cors (~> 2.0)
rails (~> 7.2)
rubocop (~> 1.66)
rubocop (~> 1.67)
rubocop-factory_bot (~> 2.26)
rubocop-minitest (~> 0.36.0)
rubocop-rails (~> 2.26)
Expand Down

0 comments on commit 2a46921

Please sign in to comment.