X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2c1a3d59405176426ecc92574922f8854e3ceb74..137e46355c0d6197ca12a284f92ac0a629111ca2:/Gemfile diff --git a/Gemfile b/Gemfile index 918a49747..75cb1054b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" # Require rails -gem "rails", "6.1.4" +gem "rails", "6.1.4.1" # Require json for multi_json gem "json" @@ -145,7 +145,7 @@ group :test do gem "rubocop" gem "rubocop-minitest" gem "rubocop-performance" - gem "rubocop-rails" + gem "rubocop-rails", "~> 2.11.3" # Bug in 2.12.0, fixed in master after 2.12.2 gem "rubocop-rake" gem "selenium-webdriver" gem "simplecov", :require => false