Bump rubocop from 1.52.1 to 1.54.0

Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.52.1 to 1.54.0.
- [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.52.1...v1.54.0)

---
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] 2023-07-01 13:07:30 +00:00 committed by GitHub
parent f51a438aa6
commit 103820f6dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View file

@ -6,7 +6,7 @@ gem 'minitest-ci', '~> 3.4'
gem 'minitest-reporters', '~> 1.3' gem 'minitest-reporters', '~> 1.3'
gem 'rake', '~> 13.0' gem 'rake', '~> 13.0'
gem 'rake-compiler', '~> 1.2' gem 'rake-compiler', '~> 1.2'
gem 'rubocop', '1.52.1' gem 'rubocop', '1.54.0'
gem 'rubocop-minitest', '0.31.0' gem 'rubocop-minitest', '0.31.0'
gem 'rubocop-packaging', '0.5.2' gem 'rubocop-packaging', '0.5.2'
gem 'rubocop-performance', '1.18.0' gem 'rubocop-performance', '1.18.0'

View file

@ -10,6 +10,7 @@ GEM
ast (2.4.2) ast (2.4.2)
builder (3.2.4) builder (3.2.4)
json (2.6.3) json (2.6.3)
language_server-protocol (3.17.0.3)
minitest (5.18.0) minitest (5.18.0)
minitest-ci (3.4.0) minitest-ci (3.4.0)
minitest (>= 5.0.6) minitest (>= 5.0.6)
@ -29,8 +30,9 @@ GEM
rake rake
regexp_parser (2.8.1) regexp_parser (2.8.1)
rexml (3.2.5) rexml (3.2.5)
rubocop (1.52.1) rubocop (1.54.0)
json (~> 2.3) json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 3.2.2.3) parser (>= 3.2.2.3)
rainbow (>= 2.2.2, < 4.0) rainbow (>= 2.2.2, < 4.0)
@ -64,7 +66,7 @@ DEPENDENCIES
minitest-reporters (~> 1.3) minitest-reporters (~> 1.3)
rake (~> 13.0) rake (~> 13.0)
rake-compiler (~> 1.2) rake-compiler (~> 1.2)
rubocop (= 1.52.1) rubocop (= 1.54.0)
rubocop-minitest (= 0.31.0) rubocop-minitest (= 0.31.0)
rubocop-packaging (= 0.5.2) rubocop-packaging (= 0.5.2)
rubocop-performance (= 1.18.0) rubocop-performance (= 1.18.0)