Update rubocop requirement from ~> 0.52 to ~> 1.2

Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.52.0...v1.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-11-05 13:09:56 +00:00 committed by GitHub
parent e50c9ec4ca
commit 30209979bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,6 @@ group :test do
gem 'pry'
gem 'rb-readline'
gem 'rspec', '~> 3.9.0'
gem 'rubocop', '~> 0.52'
gem 'rubocop', '~> 1.2'
gem 'webmock', '1.21.0'
end