From d6e0058684265acacc4b7b5dbfdd0ca166636afb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 02:53:18 +0000 Subject: [PATCH] chore(deps): Bump the bundler-deps group across 1 directory with 2 updates Bumps the bundler-deps group with 2 updates in the / directory: [rake](https://github.com/ruby/rake) and [rubocop](https://github.com/rubocop/rubocop). Updates `rake` from 13.3.1 to 13.4.2 - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rake/compare/v13.3.1...v13.4.2) Updates `rubocop` from 1.85.1 to 1.86.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.1...v1.86.1) --- updated-dependencies: - dependency-name: rake dependency-version: 13.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler-deps - dependency-name: rubocop dependency-version: 1.86.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler-deps ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 24 +++++++----------------- 2 files changed, 8 insertions(+), 18 deletions(-) diff --git a/Gemfile b/Gemfile index 73a229810..31611c6c5 100644 --- a/Gemfile +++ b/Gemfile @@ -6,5 +6,5 @@ ruby '~> 4.0.0' gem 'bundler-audit', '~> 0.9', require: false gem 'rake', '>= 12.3.3', require: false -gem 'rubocop', '~> 1.85', require: false +gem 'rubocop', '~> 1.86', require: false gem 'rubocop-rake', '~> 0.7', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 32b8031f1..0045caa3e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,37 +1,27 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.9) - public_suffix (>= 2.0.2, < 8.0) ast (2.4.3) - bigdecimal (4.1.0) bundler-audit (0.9.3) bundler (>= 1.2.0) thor (~> 1.0) - json (2.19.3) - json-schema (6.2.0) - addressable (~> 2.8) - bigdecimal (>= 3.1, < 5) + json (2.19.4) language_server-protocol (3.17.0.5) lint_roller (1.1.0) - mcp (0.10.0) - json-schema (>= 4.1) - parallel (1.27.0) + parallel (2.1.0) parser (3.3.11.1) ast (~> 2.4.1) racc prism (1.9.0) - public_suffix (7.0.5) racc (1.8.1) rainbow (3.1.1) - rake (13.3.1) - regexp_parser (2.11.3) - rubocop (1.85.1) + rake (13.4.2) + regexp_parser (2.12.0) + rubocop (1.86.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) - mcp (~> 0.6) - parallel (~> 1.10) + parallel (>= 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) @@ -56,7 +46,7 @@ PLATFORMS DEPENDENCIES bundler-audit (~> 0.9) rake (>= 12.3.3) - rubocop (~> 1.85) + rubocop (~> 1.86) rubocop-rake (~> 0.7) RUBY VERSION