From 7e68cac7328eb7348b7da728a0ca3e032d908706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 00:55:04 +0000 Subject: [PATCH] Bump rubocop from 1.79.1 to 1.80.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.79.1 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.79.1...v1.80.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.80.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 3ddae1b..f2fd9cc 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'pry-byebug', '~> 3.10', '>= 3.10.1' group :development do gem 'dotenv', '~> 3.1' - gem 'rubocop', '~> 1.79' + gem 'rubocop', '~> 1.80' gem 'rubocop-rake', '~> 0.7.1' gem 'rubocop-rspec', '~> 3.6' gem 'super_diff', '~> 0.16.0' diff --git a/Gemfile.lock b/Gemfile.lock index 14189ce..e4d1b93 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,7 +83,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - regexp_parser (2.10.0) + regexp_parser (2.11.2) rerun (0.14.0) listen (~> 3.0) rexml (3.4.1) @@ -104,7 +104,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.4) - rubocop (1.79.1) + rubocop (1.80.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -158,7 +158,7 @@ GEM patience_diff tilt (2.6.0) timecop (0.9.10) - 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) @@ -188,7 +188,7 @@ DEPENDENCIES rerun (~> 0.14.0) rqrcode (~> 3.1) rspec (~> 3.13) - rubocop (~> 1.79) + rubocop (~> 1.80) rubocop-rake (~> 0.7.1) rubocop-rspec (~> 3.6) ruby-units (~> 4.1)