Skip to content

Commit

Permalink
Bump rubocop from 1.63.5 to 1.64.1
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.1.
- [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.1)

---
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 31, 2024
1 parent 317d509 commit 47db213
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 @@ -86,7 +86,7 @@ group :development do
end

group :rubocop do
gem 'rubocop', '~> 1.63.5', require: false
gem 'rubocop', '~> 1.64.1', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rails', '~> 2.25.0', require: false
gem 'rubocop-rake', require: false
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ GEM
orm_adapter (0.5.0)
os (1.1.4)
parallel (1.24.0)
parser (3.3.1.0)
parser (3.3.2.0)
ast (~> 2.4.1)
racc
pg (1.5.6)
Expand Down 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.1)
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.1)
rubocop-performance
rubocop-rails (~> 2.25.0)
rubocop-rake
Expand Down

0 comments on commit 47db213

Please sign in to comment.