Drop rubocop-rails version lock

This commit is contained in:
Tom Hughes 2021-11-09 18:31:46 +00:00
parent e2f0aaa1be
commit ceebd74bd7
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -424,7 +424,7 @@ GEM
rubocop-performance (1.12.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.11.3)
rubocop-rails (2.12.4)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
@ -564,7 +564,7 @@ DEPENDENCIES
rubocop
rubocop-minitest
rubocop-performance
rubocop-rails (~> 2.11.3)
rubocop-rails
rubocop-rake
sanitize
sassc-rails