From c3e686c1bcbb6954bcb9d26445b7d7ad138c805a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 03:25:28 +0000 Subject: [PATCH] chore(deps): bump rubocop from 1.82.1 to 1.86.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.82.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.82.1...v1.86.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.86.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 0bdccd7..2efc521 100644 --- a/Gemfile +++ b/Gemfile @@ -10,4 +10,4 @@ gem "rake", "~> 13.0" gem "rspec", "~> 3.0" -gem "rubocop", "~> 1.82" +gem "rubocop", "~> 1.86" diff --git a/Gemfile.lock b/Gemfile.lock index 441f9fa..cd7ffa4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -19,17 +19,17 @@ GEM pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.18.0) + json (2.19.3) language_server-protocol (3.17.0.5) lint_roller (1.1.0) - parallel (1.27.0) - parser (3.3.10.0) + parallel (1.28.0) + parser (3.3.11.1) ast (~> 2.4.1) racc pp (0.6.3) prettyprint prettyprint (0.2.0) - prism (1.7.0) + prism (1.9.0) psych (5.3.1) date stringio @@ -40,7 +40,7 @@ GEM erb psych (>= 4.0.0) tsort - regexp_parser (2.11.3) + regexp_parser (2.12.0) reline (0.6.3) io-console (~> 0.5) rspec (3.13.2) @@ -56,18 +56,18 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.6) - rubocop (1.82.1) + rubocop (1.86.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) - parallel (~> 1.10) + 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) + rubocop-ast (1.49.1) parser (>= 3.3.7.2) prism (~> 1.7) ruby-progressbar (1.13.0) @@ -94,7 +94,7 @@ DEPENDENCIES irb rake (~> 13.0) rspec (~> 3.0) - rubocop (~> 1.82) + rubocop (~> 1.86) simplecov (~> 0.22) validator_rb! webrick (~> 1.8)