No need to check here now for < 1.9.3

This commit is contained in:
Arun Agrawal 2011-12-21 00:47:48 +05:30
parent b31c2ed367
commit ec26dd007a
1 changed files with 1 additions and 1 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' if RUBY_VERSION < '1.9.3'
gem 'ruby-prof'
end
end