aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-05-08 09:46:15 -0700
committerSantiago Pastorino <santiago@wyeworks.com>2012-05-08 09:46:15 -0700
commitb12d03d66bdc7b5c212635e3477d87d5390fb66e (patch)
treed07b1dbcbb2fb609dff9f16e51ffbfd3a83e127d
parentb86e0be327bfd253056ba6a3afa85abdcf21db69 (diff)
parent764e2de6b76823cbd867ce729a5a58ece3f86633 (diff)
downloadrails-b12d03d66bdc7b5c212635e3477d87d5390fb66e.tar.gz
rails-b12d03d66bdc7b5c212635e3477d87d5390fb66e.tar.bz2
rails-b12d03d66bdc7b5c212635e3477d87d5390fb66e.zip
Merge pull request #6200 from arunagw/3-2-stable
locking ruby-prof for now.
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 103dd1bd6c..a11091f075 100644
--- a/Gemfile
+++ b/Gemfile
@@ -47,7 +47,7 @@ instance_eval File.read '.Gemfile' if File.exists? '.Gemfile'
platforms :mri do
group :test do
- gem 'ruby-prof' if RUBY_VERSION < '1.9.3'
+ gem 'ruby-prof', '0.10.8' if RUBY_VERSION < '1.9.3'
end
end