Bump rubocop from 1.52.1 to 1.54.1 in /dependencies (#4453)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-09 15:44:14 +00:00 committed by GitHub
parent 83ab4f9ebe
commit 03ca69c038
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View file

@ -4,7 +4,7 @@ source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem "rubocop", "~> 1.52.1"
gem "rubocop", "~> 1.54.1"
gem "rubocop-github", "~> 0.20.0"
gem "rubocop-minitest", "~> 0.31.0"
gem "rubocop-performance", "~>1.18.0"

View file

@ -11,6 +11,7 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.3)
language_server-protocol (3.17.0.3)
minitest (5.18.1)
parallel (1.23.0)
parser (3.2.2.3)
@ -21,8 +22,9 @@ GEM
rainbow (3.1.1)
regexp_parser (2.8.1)
rexml (3.2.5)
rubocop (1.52.1)
rubocop (1.54.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
rainbow (>= 2.2.2, < 4.0)
@ -65,7 +67,7 @@ PLATFORMS
ruby
DEPENDENCIES
rubocop (~> 1.52.1)
rubocop (~> 1.54.1)
rubocop-github (~> 0.20.0)
rubocop-minitest (~> 0.31.0)
rubocop-performance (~> 1.18.0)