upgrade rubocop

This commit is contained in:
Brenda Wallace
2019-06-12 09:11:22 +12:00
parent 7e3d43c47c
commit 78f3badcd7
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
engines:
rubocop:
enabled: true
channel: rubocop-0-60
channel: "rubocop-0-70"
scss-lint:
enabled: true
shellcheck:

View File

@@ -145,7 +145,7 @@ group :development, :test do
gem 'poltergeist' # for headless JS testing
gem 'rspec-activemodel-mocks'
gem 'rspec-rails' # unit testing framework
gem 'rubocop', '~> 0.60'
gem 'rubocop', '~> 0.70'
gem 'rubocop-rspec'
gem 'selenium-webdriver'
gem 'webrat' # provides HTML matchers for view tests

View File

@@ -604,7 +604,7 @@ DEPENDENCIES
responders
rspec-activemodel-mocks
rspec-rails
rubocop (~> 0.60)
rubocop (~> 0.70)
rubocop-rspec
ruby-units
sass-rails