From a66dc3a1f7d4a2dfbc0b8192c55e39a5e40ecae0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 20:35:24 +0000 Subject: [PATCH] Bump rubocop from 1.79.0 to 1.80.2 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.79.0 to 1.80.2. - [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.0...v1.80.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.80.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index a253525..b2f91eb 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ group :development, :test do end group :development do - gem "rubocop", "~> 1.79", require: false + gem "rubocop", "~> 1.80", require: false gem "rubocop-rake", require: false gem "rubocop-rspec", require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 43166a3..b8f36b2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -30,7 +30,7 @@ GEM racc (1.8.1) rainbow (3.1.1) rake (13.3.0) - regexp_parser (2.10.0) + regexp_parser (2.11.2) rexml (3.4.1) rspec (3.13.0) rspec-core (~> 3.13.0) @@ -45,7 +45,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.79.0) + rubocop (1.80.2) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -55,7 +55,6 @@ GEM regexp_parser (>= 2.9.3, < 3.0) rubocop-ast (>= 1.46.0, < 2.0) ruby-progressbar (~> 1.7) - tsort (>= 0.2.0) unicode-display_width (>= 2.4.0, < 4.0) rubocop-ast (1.46.0) parser (>= 3.3.7.2) @@ -77,8 +76,7 @@ GEM simplecov-html (0.13.2) simplecov_json_formatter (0.1.4) thor (1.4.0) - tsort (0.2.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) vcr (6.3.1) @@ -99,7 +97,7 @@ DEPENDENCIES rake (~> 13.3) rodiff! rspec (~> 3.12) - rubocop (~> 1.79) + rubocop (~> 1.80) rubocop-rake rubocop-rspec simplecov (~> 0.22.0)