]> git.openstreetmap.org Git - rails.git/commitdiff
Drop rubocop-rails version lock
authorTom Hughes <tom@compton.nu>
Tue, 9 Nov 2021 18:31:46 +0000 (18:31 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 9 Nov 2021 18:31:46 +0000 (18:31 +0000)
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index 17f6cc7918088f087c7e4121241785e1db2a0720..7fbe56280076d9cf8f237769a7e1d0d1da916501 100644 (file)
--- a/Gemfile
+++ b/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
index 75866beeb57d9ff12e625a899eb86bc5714c7caa..6d9878656e8cd4d29857e48ca1e914635dc7a347 100644 (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