From 8eae58e46e2dfe76ebc1feb284e4d9f3755bb4ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 11:23:20 +0000 Subject: [PATCH] chore(deps-dev): bump rubocop from 1.68.0 to 1.85.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.68.0 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.68.0...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 | 2 +- Gemfile.lock | 46 +++++++++++++++++++++++++++++++--------------- 2 files changed, 32 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index 73a3eb1..368eff3 100644 --- a/Gemfile +++ b/Gemfile @@ -7,5 +7,5 @@ gemspec group :development do gem 'rspec', '~> 3.13' - gem 'rubocop', '~> 1.68.0' + gem 'rubocop', '~> 1.85.0' end diff --git a/Gemfile.lock b/Gemfile.lock index 9408e7f..a566d16 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,17 +7,28 @@ PATH GEM remote: https://rubygems.org/ specs: - ast (2.4.2) + addressable (2.8.9) + public_suffix (>= 2.0.2, < 8.0) + ast (2.4.3) + bigdecimal (3.3.1) diff-lcs (1.5.1) - json (2.7.5) - language_server-protocol (3.17.0.3) - parallel (1.26.3) - parser (3.3.5.1) + json (2.18.1) + json-schema (5.2.2) + addressable (~> 2.8) + bigdecimal (~> 3.1) + language_server-protocol (3.17.0.5) + lint_roller (1.1.0) + mcp (0.7.1) + json-schema (>= 4.1) + parallel (1.27.0) + parser (3.3.10.2) ast (~> 2.4.1) racc + prism (1.9.0) + public_suffix (6.0.2) racc (1.8.1) rainbow (3.1.1) - regexp_parser (2.9.2) + regexp_parser (2.11.3) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -31,20 +42,25 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.68.0) + rubocop (1.85.0) json (~> 2.3) - language_server-protocol (>= 3.17.0) + 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.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.49.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.33.1) - parser (>= 3.3.1.0) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.49.0) + parser (>= 3.3.7.2) + prism (~> 1.7) ruby-progressbar (1.13.0) - unicode-display_width (2.6.0) + unicode-display_width (3.2.0) + unicode-emoji (~> 4.1) + unicode-emoji (4.2.0) PLATFORMS ruby @@ -52,7 +68,7 @@ PLATFORMS DEPENDENCIES rspec (~> 3.13) rspec-github! - rubocop (~> 1.68.0) + rubocop (~> 1.85.0) BUNDLED WITH 2.6.0