From a7120e53d9c6b1be7c0ae5b2a1a200cf2ae065e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 23:45:28 +0000 Subject: [PATCH] Bump rubocop-rake from 0.6.0 to 0.7.1 Bumps [rubocop-rake](https://github.com/rubocop/rubocop-rake) from 0.6.0 to 0.7.1. - [Release notes](https://github.com/rubocop/rubocop-rake/releases) - [Changelog](https://github.com/rubocop/rubocop-rake/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rake/compare/v0.6.0...v0.7.1) --- updated-dependencies: - dependency-name: rubocop-rake dependency-version: 0.7.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 43 +++++++++++++++++++++++++------------------ 2 files changed, 26 insertions(+), 19 deletions(-) diff --git a/Gemfile b/Gemfile index f1f8ead..318b65c 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ group :development, :test do gem 'rspec', '~> 3.13' gem 'rubocop', '~> 1.64', require: false gem 'rubocop-performance', '~> 1.21', require: false - gem 'rubocop-rake', '~> 0.6.0', require: false + gem 'rubocop-rake', '~> 0.7.1', require: false gem 'rubocop-rspec', '~> 3.0', require: false gem 'simplecov', '~> 0.22.0', require: false gem 'sqlite3', '~> 1.4' diff --git a/Gemfile.lock b/Gemfile.lock index ae08a2e..88e71c9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -23,7 +23,7 @@ GEM uri (>= 0.13.1) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) - ast (2.4.2) + ast (2.4.3) base64 (0.2.0) benchmark (0.4.0) bigdecimal (3.1.8) @@ -57,8 +57,9 @@ GEM multi_xml (>= 0.5.2) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.8.2) - language_server-protocol (3.17.0.3) + json (2.20.0) + language_server-protocol (3.17.0.6) + lint_roller (1.1.0) logger (1.6.1) matrix (0.4.2) mini_mime (1.1.5) @@ -74,10 +75,11 @@ GEM bigdecimal (>= 3.0) ostruct (>= 0.2) ostruct (0.6.1) - parallel (1.26.3) - parser (3.3.6.0) + parallel (1.28.0) + parser (3.3.11.1) ast (~> 2.4.1) racc + prism (1.9.0) public_suffix (6.0.1) puma (6.4.3) nio4r (~> 2.0) @@ -87,7 +89,7 @@ GEM rack (>= 1.3) rainbow (3.1.1) rake (13.2.1) - regexp_parser (2.9.2) + regexp_parser (2.12.0) rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) @@ -102,23 +104,26 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.68.0) + rubocop (1.88.2) json (~> 2.3) - language_server-protocol (>= 3.17.0) - parallel (~> 1.10) + 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.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.49.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.36.1) - parser (>= 3.3.1.0) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.50.0) + parser (>= 3.3.7.2) + prism (~> 1.7) rubocop-performance (1.23.0) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rake (0.6.0) - rubocop (~> 1.0) + rubocop-rake (0.7.1) + lint_roller (~> 1.1) + rubocop (>= 1.72.1) rubocop-rspec (3.2.0) rubocop (~> 1.61) ruby-progressbar (1.13.0) @@ -133,7 +138,9 @@ GEM mini_portile2 (~> 2.8.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) + unicode-display_width (3.2.0) + unicode-emoji (~> 4.1) + unicode-emoji (4.2.0) uri (1.0.2) vcr (6.3.1) base64 @@ -158,7 +165,7 @@ DEPENDENCIES rspec (~> 3.13) rubocop (~> 1.64) rubocop-performance (~> 1.21) - rubocop-rake (~> 0.6.0) + rubocop-rake (~> 0.7.1) rubocop-rspec (~> 3.0) ruby_api_pack_cloudways! simplecov (~> 0.22.0)