From e89cfe238975a78daa4e96146c421aba38a6b80b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 08:29:54 +0000 Subject: [PATCH] Bump rubocop from 1.71.2 to 1.80.2 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.71.2 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.71.2...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, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 8ed1fbb..964f9f4 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ group :development do gem 'faker', '~> 3.4.2' gem 'pry', '~> 0.15.0' gem 'rspec', '~> 3.13.0' - gem 'rubocop', '~> 1.75.5' + gem 'rubocop', '~> 1.80.2' gem 'rubocop-rspec', '~> 3' gem 'vcr', '~> 6.3.1' gem 'yard', '~> 0.9.37' diff --git a/Gemfile.lock b/Gemfile.lock index 5571fbc..ad30f2a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,6 +24,7 @@ GEM concurrent-ruby (~> 1.0) json (2.13.2) language_server-protocol (3.17.0.5) + lint_roller (1.1.0) method_source (1.1.0) parallel (1.27.0) parser (3.3.9.0) @@ -51,14 +52,15 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.5) - rubocop (1.71.2) + rubocop (1.80.2) json (~> 2.3) - language_server-protocol (>= 3.17.0) + language_server-protocol (~> 3.17.0.2) + lint_roller (~> 1.1.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.38.0, < 2.0) + rubocop-ast (>= 1.46.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) rubocop-ast (1.46.0) @@ -86,7 +88,7 @@ DEPENDENCIES faker (~> 3.4.2) pry (~> 0.15.0) rspec (~> 3.13.0) - rubocop (~> 1.71.2) + rubocop (~> 1.80.2) rubocop-rspec (~> 3) vcr (~> 6.3.1) webmock (~> 3.25.0)