From 424794488314db4cd157d12feabce442f30b8b26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 18:19:10 +0000 Subject: [PATCH] build(deps-dev): bump rubocop from 1.85.0 to 1.86.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.85.0 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.0...v1.86.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.86.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 18 ++++++------------ 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 9ec1189..c74501d 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ group :development, :test do end group :development do - gem "rubocop", "~> 1.85", require: false + gem "rubocop", "~> 1.86", require: false gem "rubocop-rake", require: false gem "rubocop-rspec", require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 9688f19..480f2e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,23 +10,18 @@ GEM addressable (2.8.9) public_suffix (>= 2.0.2, < 8.0) ast (2.4.3) - bigdecimal (4.0.1) + bigdecimal (4.1.0) crack (1.0.1) bigdecimal rexml diff-lcs (1.5.1) docile (1.4.1) hashdiff (1.2.1) - 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) - mcp (0.9.2) - json-schema (>= 4.1) parallel (1.27.0) - parser (3.3.10.2) + parser (3.3.11.1) ast (~> 2.4.1) racc prism (1.9.0) @@ -49,11 +44,10 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.85.0) + 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) @@ -61,7 +55,7 @@ GEM rubocop-ast (>= 1.49.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.49.0) + rubocop-ast (1.49.1) parser (>= 3.3.7.2) prism (~> 1.7) rubocop-rake (0.7.1) @@ -100,7 +94,7 @@ DEPENDENCIES rake (~> 13.3) rodiff! rspec (~> 3.12) - rubocop (~> 1.85) + rubocop (~> 1.86) rubocop-rake rubocop-rspec simplecov (~> 0.22.0)