Bump rubocop-performance from 1.23.1 to 1.25.0

Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.23.1 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.23.1...v1.25.0)

---
updated-dependencies:
- dependency-name: rubocop-performance
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-04-01 13:52:30 +00:00 committed by GitHub
parent aa9e813eae
commit 360a61e273
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 13 deletions

View file

@ -9,5 +9,5 @@ gem 'rake-compiler', '~> 1.2'
gem 'rubocop', '~> 1.71'
gem 'rubocop-minitest', '~> 0.36'
gem 'rubocop-packaging', '~> 0.5'
gem 'rubocop-performance', '~> 1.22'
gem 'rubocop-performance', '~> 1.25'
gem 'rubocop-rake', '~> 0.6'

View file

@ -7,10 +7,11 @@ GEM
remote: https://rubygems.org/
specs:
ansi (1.5.0)
ast (2.4.2)
ast (2.4.3)
builder (3.3.0)
json (2.9.1)
json (2.10.2)
language_server-protocol (3.17.0.4)
lint_roller (1.1.0)
minitest (5.25.4)
minitest-ci (3.4.0)
minitest (>= 5.0.6)
@ -20,35 +21,39 @@ GEM
minitest (>= 5.0)
ruby-progressbar
parallel (1.26.3)
parser (3.3.7.0)
parser (3.3.7.4)
ast (~> 2.4.1)
racc
prism (1.4.0)
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
rake-compiler (1.2.9)
rake
regexp_parser (2.10.0)
rubocop (1.71.1)
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.38.0, < 2.0)
rubocop-ast (>= 1.43.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.38.0)
parser (>= 3.3.1.0)
rubocop-ast (1.43.0)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-minitest (0.36.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-packaging (0.5.2)
rubocop (>= 1.33, < 2.0)
rubocop-performance (1.23.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 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)
ruby-progressbar (1.13.0)
@ -72,7 +77,7 @@ DEPENDENCIES
rubocop (~> 1.71)
rubocop-minitest (~> 0.36)
rubocop-packaging (~> 0.5)
rubocop-performance (~> 1.22)
rubocop-performance (~> 1.25)
rubocop-rake (~> 0.6)
wordexp!