From 456b5deb2842ead4cf534e3f95c099bbafc893d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 18:54:25 +0000 Subject: [PATCH] Bump rubocop from 1.63.5 to 1.79.2 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.63.5 to 1.79.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.63.5...v1.79.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.79.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index a66ce8b..d2ca310 100644 --- a/Gemfile +++ b/Gemfile @@ -42,7 +42,7 @@ group :development, :test do gem "brakeman", require: false # Code style and linting - gem "rubocop", "~> 1.63.0", require: false + gem "rubocop", "~> 1.79.2", require: false gem "rubocop-rails", "~> 2.24.0", require: false gem "rubocop-rspec", "~> 2.29.0", require: false gem "rubocop-performance", "~> 1.21.0", require: false diff --git a/Gemfile.lock b/Gemfile.lock index aa70273..3705673 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -146,6 +146,7 @@ GEM thor (~> 1.3) zeitwerk (>= 2.6.18, < 3.0) language_server-protocol (3.17.0.5) + lint_roller (1.1.0) logger (1.7.0) loofah (2.24.1) crass (~> 1.0.2) @@ -265,7 +266,6 @@ GEM regexp_parser (2.11.0) reline (0.6.2) io-console (~> 0.5) - rexml (3.4.1) rspec-core (3.13.5) rspec-support (~> 3.13.0) rspec-expectations (3.13.5) @@ -283,17 +283,17 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.4) - rubocop (1.63.5) + rubocop (1.79.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 (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.31.1, < 2.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.46.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) + unicode-display_width (>= 2.4.0, < 4.0) rubocop-ast (1.46.0) parser (>= 3.3.7.2) prism (~> 1.4) @@ -354,7 +354,9 @@ GEM timeout (0.4.3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) + unicode-display_width (3.1.4) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) uri (1.0.3) useragent (0.16.11) web-console (4.2.1) @@ -397,7 +399,7 @@ DEPENDENCIES rails (~> 8.0.2) rails-controller-testing (~> 1.0) rspec-rails (~> 8.0.1) - rubocop (~> 1.63.0) + rubocop (~> 1.79.2) rubocop-performance (~> 1.21.0) rubocop-rails (~> 2.24.0) rubocop-rake (~> 0.6.0)