X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/eec9e29c963bc20e4e968d5aefd7cc22ca1cbeba..9b3a3a12f52eb5e5ad9c55c4c864ff1c95bcd1f3:/Gemfile diff --git a/Gemfile b/Gemfile index 95144d438..d04996b93 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" # Require rails -gem "rails", "6.0.2.1" +gem "rails", "6.0.2.2" # Require things which have moved to gems in ruby 1.9 gem "bigdecimal", "~> 1.1.0", :platforms => :ruby_19 @@ -141,6 +141,7 @@ group :test do gem "minitest", "~> 5.1", :platforms => [:ruby_19, :ruby_20] gem "rails-controller-testing" gem "rubocop" + gem "rubocop-minitest" gem "rubocop-performance" gem "rubocop-rails" gem "webmock"