]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile
Update bundle
[rails.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index 9a3fb1f6b03d3e82b49f74f5cace9443fb335e8e..d04996b933c6a8a843bd6f7bbed7c1e1723ac267 100644 (file)
--- 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,10 +138,10 @@ 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"
+  gem "rubocop-minitest"
   gem "rubocop-performance"
   gem "rubocop-rails"
   gem "webmock"