From 9250e24db313b1e1c46abf6e73a51b81d2ac19b4 Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Mon, 7 May 2012 17:47:24 +0530 Subject: [PATCH] Locking ruby-prof for now. Need to investigate why build is failing because of ruby-prof. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 005031d843..10202ca877 100644 --- a/Gemfile +++ b/Gemfile @@ -50,7 +50,7 @@ instance_eval File.read local_gemfile if File.exists? local_gemfile platforms :mri do group :test do - gem 'ruby-prof' + gem 'ruby-prof', '0.10.8' end end