From 748ddf8876967d712830e9dd2b465d42602353c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:16:57 +0000 Subject: [PATCH] Bump rubocop from 1.82.1 to 1.85.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.82.1 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.82.1...v1.85.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.85.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d8910c4..72d6705 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,6 +85,8 @@ GEM securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) + addressable (2.8.8) + public_suffix (>= 2.0.2, < 8.0) ast (2.4.3) babel-source (5.8.35) babel-transpiler (0.7.0) @@ -154,7 +156,10 @@ GEM activesupport (>= 7.0.0) jsbundling-rails (1.3.1) railties (>= 6.0.0) - json (2.18.0) + json (2.18.1) + json-schema (6.1.0) + addressable (~> 2.8) + bigdecimal (>= 3.1, < 5) kamal (2.10.1) activesupport (>= 7.0) base64 (~> 0.2) @@ -179,6 +184,8 @@ GEM net-pop net-smtp marcel (1.1.0) + mcp (0.7.1) + json-schema (>= 4.1) method_source (1.1.0) mini_mime (1.1.5) minitest (6.0.1) @@ -213,13 +220,13 @@ GEM racc (~> 1.4) ostruct (0.6.3) parallel (1.27.0) - parser (3.3.10.1) + parser (3.3.10.2) ast (~> 2.4.1) racc pp (0.6.3) prettyprint prettyprint (0.2.0) - prism (1.8.0) + prism (1.9.0) pry (0.16.0) coderay (~> 1.1) method_source (~> 1.0) @@ -230,6 +237,7 @@ GEM psych (5.3.1) date stringio + public_suffix (7.0.2) puma (7.2.0) nio4r (~> 2.0) pundit (2.5.2) @@ -292,15 +300,16 @@ GEM responders (3.2.0) actionpack (>= 7.0) railties (>= 7.0) - rubocop (1.82.1) + 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) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.48.0, < 2.0) + rubocop-ast (>= 1.49.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) rubocop-ast (1.49.0)