Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
4bf5321df4 Build(deps): bump rubocop from 1.85.0 to 1.85.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.85.0 to 1.85.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.85.0...v1.85.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-05 13:03:18 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ gem 'rake', '~> 13.3'
gem 'activerecord', '~> 8.1' gem 'activerecord', '~> 8.1'
gem 'otr-activerecord', '~> 2.6.0' gem 'otr-activerecord', '~> 2.6.0'
gem 'sqlite3', '~> 2.9' gem 'sqlite3', '~> 2.9'
gem 'rubocop', '~> 1.85.0', require: false gem 'rubocop', '~> 1.85.1', require: false
# Geolocation support # Geolocation support
group :geoip do group :geoip do

View File

@@ -20,8 +20,8 @@ GEM
securerandom (>= 0.3) securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5) tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1) uri (>= 0.13.1)
addressable (2.8.7) addressable (2.8.9)
public_suffix (>= 2.0.2, < 7.0) public_suffix (>= 2.0.2, < 8.0)
ansi (1.5.0) ansi (1.5.0)
archive-zip (0.13.1) archive-zip (0.13.1)
io-like (~> 0.4.0) io-like (~> 0.4.0)
@@ -99,7 +99,7 @@ GEM
logger (1.7.0) logger (1.7.0)
matrix (0.4.3) matrix (0.4.3)
maxmind-db (1.4.0) maxmind-db (1.4.0)
mcp (0.7.1) mcp (0.8.0)
json-schema (>= 4.1) json-schema (>= 4.1)
method_source (1.1.0) method_source (1.1.0)
mime-types (3.7.0) mime-types (3.7.0)
@@ -159,7 +159,7 @@ GEM
psych (5.3.1) psych (5.3.1)
date date
stringio stringio
public_suffix (6.0.2) public_suffix (7.0.5)
qr4r (0.6.2) qr4r (0.6.2)
mojo_magick (~> 0.6.5) mojo_magick (~> 0.6.5)
rqrcode_core (~> 1.0) rqrcode_core (~> 1.0)
@@ -204,7 +204,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0) rspec-support (~> 3.13.0)
rspec-support (3.13.6) rspec-support (3.13.6)
rubocop (1.85.0) rubocop (1.85.1)
json (~> 2.3) json (~> 2.3)
language_server-protocol (~> 3.17.0.2) language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0) lint_roller (~> 1.1.0)
@@ -345,7 +345,7 @@ DEPENDENCIES
rdoc (~> 7.2) rdoc (~> 7.2)
rest-client (~> 2.1.0) rest-client (~> 2.1.0)
rspec (~> 3.13) rspec (~> 3.13)
rubocop (~> 1.85.0) rubocop (~> 1.85.1)
rubyzip (~> 3.2) rubyzip (~> 3.2)
rushover (~> 0.3.0) rushover (~> 0.3.0)
selenium-webdriver (~> 4.41) selenium-webdriver (~> 4.41)