Update Rubocop version (#608)
* Update rubocop requirement from ~> 0.46.0 to ~> 0.65.0
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.46.0...v0.65.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
* Regenerate .rubocop_todo.yml
Showing
This diff is collapsed.
Click to expand it.
... | ... | @@ -19,7 +19,7 @@ group :development, :test do |
gem 'guard-rspec', require: false | ||
gem 'rspec', require: false | ||
gem 'rubocop', '~> 0.46.0', require: false unless RUBY_VERSION =~ /^1.8/ | ||
gem 'rubocop', '~> 0.65.0', require: false unless RUBY_VERSION =~ /^1.8/ | ||
gem 'simplecov', require: false | ||
gem 'terminal-notifier-guard', require: false | ||
... | ... |
Please
register
or
sign in
to comment