Skip ruby-prof in Gemfile for Ruby 2.0

This commit is contained in:
Carlos Antonio da Silva
2012-12-03 21:39:57 -02:00
parent 5f28000731
commit 33ab32dce8

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