X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/50b2f4f656b82112fce4939da26a1afc6b140e89..055a9760511f270e17ab200b6caa0a6301866328:/Gemfile diff --git a/Gemfile b/Gemfile index 9a3fb1f6b..7c9621734 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 @@ -138,7 +138,6 @@ end # Gems needed for running tests group :test do - gem "fakefs", :require => "fakefs/safe" gem "minitest", "~> 5.1", :platforms => [:ruby_19, :ruby_20] gem "rails-controller-testing" gem "rubocop"