From 69d26fbf43b5cf97a8cd7127dba80bb75e70febb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 17:32:28 +0000 Subject: [PATCH] Bump rubocop from 1.82.1 to 1.84.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.82.1 to 1.84.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.82.1...v1.84.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.84.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 255ba3a8..5fa9a2fc 100644 --- a/Gemfile +++ b/Gemfile @@ -46,7 +46,7 @@ group :development, :test do gem 'html-proofer', '~> 5.2' gem 'jshint-rb', '~> 1.1', require: false gem 'parallel', '~> 1.27' - gem 'rubocop', '~> 1.82', require: false + gem 'rubocop', '~> 1.84', require: false gem 'rubocop-performance', '~> 1.26', require: false gem 'scss_lint', '~> 0.60', require: false diff --git a/Gemfile.lock b/Gemfile.lock index f27f745d..446ea2fd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -166,7 +166,7 @@ GEM nenv (~> 0.1) shellany (~> 0.0) parallel (1.27.0) - parser (3.3.10.0) + parser (3.3.10.1) ast (~> 2.4.1) racc pathutil (0.16.2) @@ -177,7 +177,7 @@ GEM hashery (~> 2.0) ruby-rc4 ttfunk - prism (1.7.0) + prism (1.9.0) pry (0.16.0) coderay (~> 1.1) method_source (~> 1.0) @@ -205,7 +205,7 @@ GEM replace_regex (0.1.0) rexml (3.4.2) rouge (4.5.1) - rubocop (1.82.1) + rubocop (1.84.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -213,7 +213,7 @@ GEM 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) @@ -293,7 +293,7 @@ DEPENDENCIES parallel (~> 1.27) rake (~> 13.3) replace_regex (~> 0.1) - rubocop (~> 1.82) + rubocop (~> 1.84) rubocop-performance (~> 1.26) scss_lint (~> 0.60) tzinfo-data