mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-18 13:38:24 -04:00
update rubocop to match codeclimate settings
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -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
|
||||
|
||||
@@ -642,7 +642,7 @@ DEPENDENCIES
|
||||
responders
|
||||
rspec-activemodel-mocks
|
||||
rspec-rails
|
||||
rubocop (~> 0.70)
|
||||
rubocop (~> 0.71)
|
||||
rubocop-rails
|
||||
rubocop-rspec
|
||||
ruby-units
|
||||
|
||||
Reference in New Issue
Block a user