From 0b56130eaca9fd7d991cbc6dc08d059c7255bd92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 16:36:11 +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.80.0 to 1.80.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.80.0...v1.80.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.80.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d90984779081..22ca3dc44361 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem "json", "2.13.2" gem "language_server-protocol", "3.17.0.5" gem "nokogiri", "~> 1.18.8" gem "rake", "13.3.0" -gem "rubocop", "1.80.0" +gem "rubocop", "1.80.1" group :test do gem "fastimage" diff --git a/Gemfile.lock b/Gemfile.lock index 7f689db39c3a..780f9c362e7c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -302,7 +302,7 @@ GEM regexp_parser (2.11.2) rexml (3.4.1) rouge (3.30.0) - rubocop (1.80.0) + rubocop (1.80.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -373,7 +373,7 @@ DEPENDENCIES octokit pry rake (= 13.3.0) - rubocop (= 1.80.0) + rubocop (= 1.80.1) rubocop-performance safe_yaml webrick