Locking ruby-prof for now.

Need to investigate why build is failing because of 
ruby-prof.
This commit is contained in:
Arun Agrawal 2012-05-07 17:47:24 +05:30
parent cf243be4d5
commit 9250e24db3

@ -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