]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile
Update to rails 4.2.8
[rails.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index c2578d6f597a484be19baec0197f3e67bc39a440..85f1a87e4bc369fb80197b1ba272309af1f11881 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,7 @@
 source "https://rubygems.org"
 
 # Require rails
-gem "rails", "4.2.7.1"
+gem "rails", "4.2.8"
 
 # Require things which have moved to gems in ruby 1.9
 gem "bigdecimal", "~> 1.1.0", :platforms => :ruby_19
@@ -103,7 +103,6 @@ end
 # Gems needed for running tests
 group :test do
   gem "minitest", "~> 5.1", :platforms => [:ruby_19, :ruby_20]
-  gem "minitest-stub_any_instance"
   gem "rubocop"
   gem "timecop"
   gem "webmock"