deps(bundler): bump rubocop from 1.60.2 to 1.61.0 in /dependencies (#5359)

Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.60.2 to 1.61.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.60.2...v1.61.0)

---
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] 2024-03-04 18:49:37 +01:00 committed by GitHub
parent 630d44b158
commit 20da02ac5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 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.60.2"
gem "rubocop", "~> 1.61.0"
gem "rubocop-github", "~> 0.20.0"
gem "rubocop-minitest", "~> 0.34.5"
gem "rubocop-performance", "~>1.20.2"

View file

@ -34,7 +34,7 @@ GEM
rainbow (3.1.1)
regexp_parser (2.9.0)
rexml (3.2.6)
rubocop (1.60.2)
rubocop (1.61.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
@ -94,7 +94,7 @@ PLATFORMS
ruby
DEPENDENCIES
rubocop (~> 1.60.2)
rubocop (~> 1.61.0)
rubocop-github (~> 0.20.0)
rubocop-minitest (~> 0.34.5)
rubocop-performance (~> 1.20.2)