Bump rubocop from 1.78.0 to 1.80.2

Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.78.0 to 1.80.2.
- [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.78.0...v1.80.2)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-version: 1.80.2
  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] 2025-09-04 08:55:35 +00:00 committed by GitHub
parent 4ffdf00dca
commit 93bcf02f20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

View file

@ -51,7 +51,7 @@ end
group :development, :test, :optional => true do
gem 'byebug'
gem 'rubocop', '~> 1.78'
gem 'rubocop', '~> 1.80'
end
group :test, :optional => true do