aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2014-05-16 11:18:21 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2014-05-16 11:18:38 -0500
commit8c48cd220648dc05c17def63d653fa98c3fab4de (patch)
tree987eb12f27fa5813c209a7b40723d9efb2765e72 /Gemfile
parentf3de18278e48097442101734cde1711d3dd6e6df (diff)
downloadrails-8c48cd220648dc05c17def63d653fa98c3fab4de.tar.gz
rails-8c48cd220648dc05c17def63d653fa98c3fab4de.tar.bz2
rails-8c48cd220648dc05c17def63d653fa98c3fab4de.zip
Our test suite isn't ready to run in random order yet :cry:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 4108c7e179..43efc925d9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -39,6 +39,9 @@ local_gemfile = File.dirname(__FILE__) + "/.Gemfile"
instance_eval File.read local_gemfile if File.exist? local_gemfile
group :test do
+ # FIX: Our test suite isn't ready to run in random order yet
+ gem 'minitest', '< 5.3.4'
+
platforms :mri_19 do
gem 'ruby-prof', '~> 0.11.2'
end