Update rubocop requirement from ~> 0.67.2 to ~> 0.68.1 (#616)
* Update rubocop requirement from ~> 0.67.2 to ~> 0.68.1
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.67.2...v0.68.1)
* Rerun rubocop --auto-gen-config
The cop Layout/IndexHash was renamed to Layout/IndentFirstHashElement
causing CI to fail. By rerunning the config generator this updates the
correct cop name so that Rubocop no longer fails in CI.
Showing
... | @@ -19,7 +19,7 @@ group :development, :test do | ... | @@ -19,7 +19,7 @@ group :development, :test do |
gem 'guard-rspec', require: false | gem 'guard-rspec', require: false | ||
gem 'rspec', require: false | gem 'rspec', require: false | ||
gem 'rubocop', '~> 0.67.2', require: false unless RUBY_VERSION =~ /^1.8/ | gem 'rubocop', '~> 0.68.1', require: false unless RUBY_VERSION =~ /^1.8/ | ||
gem 'simplecov', require: false | gem 'simplecov', require: false | ||
gem 'terminal-notifier-guard', require: false | gem 'terminal-notifier-guard', require: false | ||
... | ... |
Please
register
or
sign in
to comment