From 764e2de6b76823cbd867ce729a5a58ece3f86633 Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Tue, 8 May 2012 12:32:14 +0530 Subject: locking ruby-prof until we got a fix --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') 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 -- cgit v1.2.3