aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2012-05-08 12:32:14 +0530
committerArun Agrawal <arunagw@gmail.com>2012-05-08 12:32:14 +0530
commit764e2de6b76823cbd867ce729a5a58ece3f86633 (patch)
tree31799621d2b56b218191546f9c268c23fa18d84c /Gemfile
parent7fb268d8dd203cb8e398f18d92d55037ba31cab0 (diff)
downloadrails-764e2de6b76823cbd867ce729a5a58ece3f86633.tar.gz
rails-764e2de6b76823cbd867ce729a5a58ece3f86633.tar.bz2
rails-764e2de6b76823cbd867ce729a5a58ece3f86633.zip
locking ruby-prof until we got a fix
Diffstat (limited to 'Gemfile')
-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