From 128786cd7d2072ecd2816d1ca851668749598c19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 22:25:43 +0000 Subject: [PATCH] Bump rubocop from 1.85.1 to 1.86.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.85.1 to 1.86.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.85.1...v1.86.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.86.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 ++++---------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 52abce3..c3bb21c 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'rake', '~> 13.0' gem 'rspec', '~> 3.0' -gem 'rubocop', '~> 1.85' +gem 'rubocop', '~> 1.86' gem 'rubocop-rake', '~> 0.6' gem 'rubocop-rspec', '~> 3.0' diff --git a/Gemfile.lock b/Gemfile.lock index 014cc24..1754156 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,19 +35,14 @@ GEM prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.19.2) - json-schema (6.2.0) - addressable (~> 2.8) - bigdecimal (>= 3.1, < 5) + json (2.19.3) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) - mcp (0.9.2) - json-schema (>= 4.1) net-http (0.9.1) uri (>= 0.11.1) parallel (1.27.0) - parser (3.3.10.2) + parser (3.3.11.1) ast (~> 2.4.1) racc pp (0.6.3) @@ -82,11 +77,10 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.6) - rubocop (1.85.1) + rubocop (1.86.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) @@ -127,7 +121,7 @@ DEPENDENCIES public_suffix (< 7.0) rake (~> 13.0) rspec (~> 3.0) - rubocop (~> 1.85) + rubocop (~> 1.86) rubocop-rake (~> 0.6) rubocop-rspec (~> 3.0) vcr (~> 6.0)