From 08fe6b08b5e56a0d0c83d38dafb460b0c00d40d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 04:47:31 +0000 Subject: [PATCH] Bump rubocop-performance from 1.20.2 to 1.25.0 Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.20.2 to 1.25.0. - [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.20.2...v1.25.0) --- updated-dependencies: - dependency-name: rubocop-performance dependency-version: 1.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 38d4d698..42f584d4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,7 +25,7 @@ GEM bundler rake thor (>= 0.14.0) - ast (2.4.2) + ast (2.4.3) aws-eventstream (1.3.0) aws-partitions (1.946.0) aws-sdk-core (3.197.2) @@ -55,8 +55,9 @@ GEM concurrent-ruby (~> 1.0) iniparse (1.5.0) jmespath (1.6.2) - json (2.9.1) - language_server-protocol (3.17.0.3) + json (2.10.2) + language_server-protocol (3.17.0.4) + lint_roller (1.1.0) method_source (1.0.0) minitest (5.21.1) mutex_m (0.2.0) @@ -65,9 +66,10 @@ GEM iniparse (~> 1.4) rexml (~> 3.2) parallel (1.26.3) - parser (3.3.6.0) + parser (3.3.7.4) ast (~> 2.4.1) racc + prism (1.4.0) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) @@ -92,25 +94,28 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.1) - rubocop (1.70.0) + rubocop (1.75.1) 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.43.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.37.0) - parser (>= 3.3.1.0) + rubocop-ast (1.43.0) + parser (>= 3.3.7.2) + prism (~> 1.4) rubocop-md (1.2.2) rubocop (>= 1.0) rubocop-packaging (0.5.2) rubocop (>= 1.33, < 2.0) - rubocop-performance (1.20.2) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-performance (1.25.0) + lint_roller (~> 1.1) + rubocop (>= 1.75.0, < 2.0) + rubocop-ast (>= 1.38.0, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) rubocop-rspec (3.0.2)