Update performance profiler to work with latest ruby-prof

Thanks to @carlosantoniodasilva
This commit is contained in:
Arun Agrawal
2012-05-11 08:50:47 +05:30
parent 62f098dddf
commit 9d616ea360
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ instance_eval File.read '.Gemfile' if File.exists? '.Gemfile'
platforms :mri do
group :test do
gem 'ruby-prof', '0.10.8' if RUBY_VERSION < '1.9.3'
gem 'ruby-prof', '~> 0.11.2' if RUBY_VERSION < '1.9.3'
end
end