From 8eee94edb79ff77917c8f3e70764250a5bcc1894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 17:25:32 +0000 Subject: [PATCH] Bump rubocop from 1.84.2 to 1.85.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.84.2 to 1.85.0. - [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.84.2...v1.85.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.85.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e83d18e..48a09cf 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'bundler-audit', '>= 0' gem 'minitest', '~> 6.0' gem 'minitest-mock', '>= 0' gem 'rake', '~> 13.0' -gem 'rubocop', '~> 1.84' +gem 'rubocop', '~> 1.85' gem 'rubocop-minitest', '>= 0' gem 'rubocop-performance', '>= 0' gem 'rubocop-rails', '>= 0' diff --git a/Gemfile.lock b/Gemfile.lock index cccd10a..fdd9d79 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -126,6 +126,9 @@ GEM rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.18.1) + json-schema (6.1.0) + addressable (~> 2.8) + bigdecimal (>= 3.1, < 5) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) @@ -140,6 +143,8 @@ GEM net-smtp marcel (1.1.0) matrix (0.4.3) + mcp (0.7.1) + json-schema (>= 4.1) mini_mime (1.1.5) minitest (6.0.2) drb (~> 2.0) @@ -241,10 +246,11 @@ GEM reline (0.6.3) io-console (~> 0.5) rexml (3.4.4) - rubocop (1.84.2) + rubocop (1.85.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) + mcp (~> 0.6) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) @@ -344,7 +350,7 @@ DEPENDENCIES puma (~> 7.2) rails (~> 8.1.2) rake (~> 13.0) - rubocop (~> 1.84) + rubocop (~> 1.85) rubocop-minitest rubocop-performance rubocop-rails