Bump rubocop from 0.80.1 to 0.82.0

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.80.1 to 0.82.0.
- [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.80.1...v0.82.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-17 05:28:20 +00:00 committed by GitHub
parent 135f9e1978
commit cb711eeb93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -63,7 +63,7 @@ end
group :development, :test do
gem 'byebug'
gem 'listen'
gem "rubocop", "~> 0.80", require: false
gem "rubocop", "~> 0.82", require: false
end
group :test do