From c1dd33975b585130713e1c889dd81eaedce6dcf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 00:15:55 +0000 Subject: [PATCH] Bump rubocop from 1.70.0 to 1.77.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.70.0 to 1.77.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.70.0...v1.77.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.77.0 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 a05509be..79216999 100644 --- a/Gemfile +++ b/Gemfile @@ -51,7 +51,7 @@ end group :development, :test, :optional => true do gem 'byebug' - gem 'rubocop', '~> 1.70' + gem 'rubocop', '~> 1.77' end group :test, :optional => true do diff --git a/Gemfile.lock b/Gemfile.lock index 5f4c9e68..11d37a12 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -193,6 +193,7 @@ GEM terrapin (~> 0.6.0) language_server-protocol (3.17.0.5) libv8-node (24.1.0.0) + lint_roller (1.1.0) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -319,14 +320,15 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.4) - rubocop (1.70.0) + rubocop (1.77.0) 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.36.2, < 2.0) + rubocop-ast (>= 1.45.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) rubocop-ast (1.45.1) @@ -450,7 +452,7 @@ DEPENDENCIES rails_autolink rexml rspec-expectations - rubocop (~> 1.70) + rubocop (~> 1.77) sanitize (~> 7.0) simplecov solargraph