Bump rubocop from 0.60.0 to 0.65.0

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.60.0 to 0.65.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.60.0...v0.65.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-02-20 06:02:06 +00:00
parent 6687446e7a
commit e8539bcc73
No known key found for this signature in database
GPG key ID: 4C0F2888C98CF331
2 changed files with 9 additions and 7 deletions

View file

@ -61,7 +61,7 @@ end
group :development, :test do
gem 'byebug'
gem 'listen'
gem "rubocop", "~> 0.60", require: false
gem "rubocop", "~> 0.65", require: false
end
group :test do