From a074a2cbed8706c2ef73df72f27a97b526f8b246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 08:52:52 +0000 Subject: [PATCH] chore(deps): bump rubocop in the dependencies group Bumps the dependencies group with 1 update: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.88.2 to 1.89.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.88.2...v1.89.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.89.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 0f0fb68ef91c..b91bbdd511b9 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem "json", "2.21.2" gem "language_server-protocol", "3.17.0.6" gem "nokogiri", "~> 1.19.4" gem "rake", "13.4.2" -gem "rubocop", "1.88.2" +gem "rubocop", "1.89.0" group :test do gem "fastimage" diff --git a/Gemfile.lock b/Gemfile.lock index 9281936ad234..a5e2157230bf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -286,7 +286,7 @@ GEM faraday (>= 1, < 3) sawyer (~> 0.9) parallel (2.1.0) - parser (3.3.11.1) + parser (3.3.12.0) ast (~> 2.4.1) racc pathutil (0.16.2) @@ -308,7 +308,7 @@ GEM io-console (~> 0.5) rexml (3.4.2) rouge (3.30.0) - rubocop (1.88.2) + rubocop (1.89.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -379,7 +379,7 @@ DEPENDENCIES octokit pry rake (= 13.4.2) - rubocop (= 1.88.2) + rubocop (= 1.89.0) rubocop-performance safe_yaml webrick