From 4bf5321df4d7596b49ca1e7fe6a191f9b6751a71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 13:03:18 +0000 Subject: [PATCH] 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] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 08fa8d132..1a7ca7b47 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'rake', '~> 13.3' gem 'activerecord', '~> 8.1' gem 'otr-activerecord', '~> 2.6.0' gem 'sqlite3', '~> 2.9' -gem 'rubocop', '~> 1.85.0', require: false +gem 'rubocop', '~> 1.85.1', require: false # Geolocation support group :geoip do diff --git a/Gemfile.lock b/Gemfile.lock index a2ddae7b8..a294c844f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,8 +20,8 @@ GEM securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) - addressable (2.8.7) - public_suffix (>= 2.0.2, < 7.0) + addressable (2.8.9) + public_suffix (>= 2.0.2, < 8.0) ansi (1.5.0) archive-zip (0.13.1) io-like (~> 0.4.0) @@ -99,7 +99,7 @@ GEM logger (1.7.0) matrix (0.4.3) maxmind-db (1.4.0) - mcp (0.7.1) + mcp (0.8.0) json-schema (>= 4.1) method_source (1.1.0) mime-types (3.7.0) @@ -159,7 +159,7 @@ GEM psych (5.3.1) date stringio - public_suffix (6.0.2) + public_suffix (7.0.5) qr4r (0.6.2) mojo_magick (~> 0.6.5) rqrcode_core (~> 1.0) @@ -204,7 +204,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.6) - rubocop (1.85.0) + rubocop (1.85.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -345,7 +345,7 @@ DEPENDENCIES rdoc (~> 7.2) rest-client (~> 2.1.0) rspec (~> 3.13) - rubocop (~> 1.85.0) + rubocop (~> 1.85.1) rubyzip (~> 3.2) rushover (~> 0.3.0) selenium-webdriver (~> 4.41)