From c472cf8bb86b627e73394819bbe3b832c35398eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 23:45:18 +0000 Subject: [PATCH] Bump rubocop-performance from 1.23.0 to 1.26.1 Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.23.0 to 1.26.1. - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.23.0...v1.26.1) --- updated-dependencies: - dependency-name: rubocop-performance dependency-version: 1.26.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 45 ++++++++++++++++++++++++++------------------- 2 files changed, 27 insertions(+), 20 deletions(-) diff --git a/Gemfile b/Gemfile index f1f8ead..b450aaa 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ group :development, :test do gem 'rake', '~> 13.2' gem 'rspec', '~> 3.13' gem 'rubocop', '~> 1.64', require: false - gem 'rubocop-performance', '~> 1.21', require: false + gem 'rubocop-performance', '~> 1.26', require: false gem 'rubocop-rake', '~> 0.6.0', require: false gem 'rubocop-rspec', '~> 3.0', require: false gem 'simplecov', '~> 0.22.0', require: false diff --git a/Gemfile.lock b/Gemfile.lock index ae08a2e..8a11dd6 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,21 +104,24 @@ 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) - rubocop-performance (1.23.0) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.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.26.1) + lint_roller (~> 1.1) + rubocop (>= 1.75.0, < 2.0) + rubocop-ast (>= 1.47.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) rubocop-rspec (3.2.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 @@ -157,7 +164,7 @@ DEPENDENCIES rake (~> 13.2) rspec (~> 3.13) rubocop (~> 1.64) - rubocop-performance (~> 1.21) + rubocop-performance (~> 1.26) rubocop-rake (~> 0.6.0) rubocop-rspec (~> 3.0) ruby_api_pack_cloudways!