From 36753a076d424d038e311e73d5da94863fdf26aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 16:46:40 +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.79.2 to 1.80.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.79.2...v1.80.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.80.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index bc5a642067b5..d90984779081 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.79.2" +gem "rubocop", "1.80.0" group :test do gem "fastimage" diff --git a/Gemfile.lock b/Gemfile.lock index 587816cc4df8..7f689db39c3a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -299,10 +299,10 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - regexp_parser (2.11.1) + regexp_parser (2.11.2) rexml (3.4.1) rouge (3.30.0) - rubocop (1.79.2) + rubocop (1.80.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -338,7 +338,7 @@ GEM ethon (>= 0.9.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (3.1.4) + unicode-display_width (3.1.5) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) uri (1.0.3) @@ -373,7 +373,7 @@ DEPENDENCIES octokit pry rake (= 13.3.0) - rubocop (= 1.79.2) + rubocop (= 1.80.0) rubocop-performance safe_yaml webrick