Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 9, 2024
1 parent d29f5c0 commit 3f86d26
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.4', require: false
gem 'rubocop', '~> 1.63.5', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rails', '~> 2.24.1', 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 @@ -361,7 +361,7 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.63.4)
rubocop (1.63.5)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -488,7 +488,7 @@ DEPENDENCIES
rspec
rspec-prof
rspec-rails
rubocop (~> 1.63.4)
rubocop (~> 1.63.5)
rubocop-performance
rubocop-rails (~> 2.24.1)
rubocop-rake
Expand Down

0 comments on commit 3f86d26

Please sign in to comment.