Drop rubocop-rails version lock
This commit is contained in:
parent
e2f0aaa1be
commit
ceebd74bd7
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -146,7 +146,7 @@ group :test do
|
|||
gem "rubocop"
|
||||
gem "rubocop-minitest"
|
||||
gem "rubocop-performance"
|
||||
gem "rubocop-rails", "~> 2.11.3" # Bug in 2.12.0, fixed in master after 2.12.2
|
||||
gem "rubocop-rails"
|
||||
gem "rubocop-rake"
|
||||
gem "selenium-webdriver", "~> 3.142.7"
|
||||
gem "simplecov", :require => false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue