From 01556d8d7f9502201d2e0c0a11f9b9a392522be1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 08:52:46 +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.90.0 to 1.91.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.90.0...v1.91.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.91.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 63b1ef5f396..0f264a8909d 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.90.0" +gem "rubocop", "1.91.0" group :test do gem "fastimage" diff --git a/Gemfile.lock b/Gemfile.lock index 2bb528ad3b0..069fa33dd83 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -285,7 +285,7 @@ GEM octokit (4.25.1) faraday (>= 1, < 3) sawyer (~> 0.9) - parallel (2.1.0) + parallel (2.2.0) parser (3.3.12.0) ast (~> 2.4.1) racc @@ -308,7 +308,7 @@ GEM io-console (~> 0.5) rexml (3.4.2) rouge (3.30.0) - rubocop (1.90.0) + rubocop (1.91.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.90.0) + rubocop (= 1.91.0) rubocop-performance safe_yaml webrick