Bump rubocop from 1.48.1 to 1.49.0

Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.48.1 to 1.49.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.48.1...v1.49.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-04-03 09:56:45 +00:00 committed by GitHub
parent 930277a730
commit 2adf27a7e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -13,6 +13,6 @@ group :test do
gem 'pry'
gem 'rb-readline'
gem 'rspec', '~> 3.11.0'
gem 'rubocop', '~> 1.6'
gem 'rubocop', '~> 1.49'
gem 'webmock', '~> 3.13'
end