Bump rubocop from 1.58.0 to 1.64.1

Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.58.0 to 1.64.1.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop/compare/v1.58.0...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>
This commit is contained in:
dependabot[bot] 2024-06-12 00:17:23 +00:00 committed by GitHub
parent 1e1fcd20a1
commit 9ba1f7a5e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 13 deletions

View file

@ -52,7 +52,7 @@ end
group :development, :test do
gem 'byebug'
gem 'listen'
gem 'rubocop', '~> 1.58', require: false
gem 'rubocop', '~> 1.64', require: false
end
group :test do