Bump rubocop from 1.71.1 to 1.75.1

Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.71.1 to 1.75.1.
- [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.71.1...v1.75.1)

---
updated-dependencies:
- dependency-name: rubocop
  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:48 +00:00 committed by GitHub
parent aa9e813eae
commit 201c376390
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 10 deletions

View file

@ -6,7 +6,7 @@ gem 'minitest-ci', '~> 3.4'
gem 'minitest-reporters', '~> 1.6'
gem 'rake', '~> 13.2'
gem 'rake-compiler', '~> 1.2'
gem 'rubocop', '~> 1.71'
gem 'rubocop', '~> 1.75'
gem 'rubocop-minitest', '~> 0.36'
gem 'rubocop-packaging', '~> 0.5'
gem 'rubocop-performance', '~> 1.22'

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,27 +21,30 @@ 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)
@ -69,7 +73,7 @@ DEPENDENCIES
minitest-reporters (~> 1.6)
rake (~> 13.2)
rake-compiler (~> 1.2)
rubocop (~> 1.71)
rubocop (~> 1.75)
rubocop-minitest (~> 0.36)
rubocop-packaging (~> 0.5)
rubocop-performance (~> 1.22)