Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 27, 2024
1 parent 317d509 commit 400d028
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 @@ -86,7 +86,7 @@ group :development do
end

group :rubocop do
gem 'rubocop', '~> 1.63.5', require: false
gem 'rubocop', '~> 1.64.0', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rails', '~> 2.25.0', require: false
gem 'rubocop-rake', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.63.5)
rubocop (1.64.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -521,7 +521,7 @@ DEPENDENCIES
rspec
rspec-prof
rspec-rails
rubocop (~> 1.63.5)
rubocop (~> 1.64.0)
rubocop-performance
rubocop-rails (~> 2.25.0)
rubocop-rake
Expand Down

0 comments on commit 400d028

Please sign in to comment.