update rubocop to match codeclimate settings

This commit is contained in:
Brenda Wallace
2019-06-27 22:14:48 +12:00
parent fe7cb43c11
commit b65f2e858f
2 changed files with 2 additions and 2 deletions

View File

@@ -147,7 +147,7 @@ group :development, :test do
gem 'i18n-tasks' # adds tests for finding missing and unused translations
gem 'rspec-activemodel-mocks'
gem 'rspec-rails' # unit testing framework
gem 'rubocop', '~> 0.70'
gem 'rubocop', '~> 0.71'
gem 'rubocop-rails'
gem 'rubocop-rspec'
gem 'webrat' # provides HTML matchers for view tests

View File

@@ -642,7 +642,7 @@ DEPENDENCIES
responders
rspec-activemodel-mocks
rspec-rails
rubocop (~> 0.70)
rubocop (~> 0.71)
rubocop-rails
rubocop-rspec
ruby-units