Ruby-Prof works with ruby-1.9.3 also.

This commit is contained in:
Arun Agrawal
2012-05-11 08:54:45 +05:30
parent 9d616ea360
commit 4b599611e4

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.11.2' if RUBY_VERSION < '1.9.3'
gem 'ruby-prof', '~> 0.11.2'
end
end