Bump rubocop from 1.51.0 to 1.52.0

Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.51.0 to 1.52.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.51.0...v1.52.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-05 09:56:37 +00:00 committed by GitHub
parent 3680668a08
commit 0d7119bb8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -13,6 +13,6 @@ group :test do
gem 'pry'
gem 'rb-readline'
gem 'rspec', '~> 3.12.0'
gem 'rubocop', '~> 1.51'
gem 'rubocop', '~> 1.52'
gem 'webmock', '~> 3.13'
end