From eb0b2dceaac1772434e19c2468c51dca048f9268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 18:36:00 +0000 Subject: [PATCH] Bump rubocop from 1.84.2 to 1.85.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.84.2 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.84.2...v1.85.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.85.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5da70a0..d04b048 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'bundler', '~> 2.6' gem 'bundler-audit', '>= 0' gem 'minitest', '~> 6.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 ba21ada..d25d1a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,6 +27,8 @@ GEM securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) + addressable (2.8.9) + public_suffix (>= 2.0.2, < 8.0) ast (2.4.3) base64 (0.3.0) bigdecimal (4.0.1) @@ -39,9 +41,14 @@ GEM i18n (1.14.8) concurrent-ruby (~> 1.0) 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) + mcp (0.8.0) + json-schema (>= 4.1) minitest (6.0.2) drb (~> 2.0) prism (~> 1.5) @@ -50,15 +57,17 @@ GEM ast (~> 2.4.1) racc prism (1.9.0) + public_suffix (7.0.5) racc (1.8.1) rack (3.2.5) rainbow (3.1.1) rake (13.3.1) regexp_parser (2.11.3) - rubocop (1.84.2) + rubocop (1.85.1) 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) @@ -130,7 +139,7 @@ DEPENDENCIES hierarchable! minitest (~> 6.0) rake (~> 13.0) - rubocop (~> 1.84) + rubocop (~> 1.85) rubocop-minitest rubocop-performance rubocop-rails