Bump rubocop from 1.80.2 to 1.81.1

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-07 13:07:40 +00:00
committed by GitHub
parent 5cc7d6f711
commit 2e2e87073f
2 changed files with 10 additions and 10 deletions

View File

@@ -24,7 +24,7 @@ gem 'rake', '~> 13.3'
gem 'activerecord', '~> 7.2'
gem 'otr-activerecord', '~> 2.5.0'
gem 'sqlite3', '~> 2.7'
gem 'rubocop', '~> 1.80.2', require: false
gem 'rubocop', '~> 1.81.1', require: false
# Geolocation support
group :geoip do