Skip to content

Commit

Permalink
Skip ruby-prof in Gemfile for Ruby 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Dec 3, 2012
1 parent 5f28000 commit 33ab32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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

Expand Down

0 comments on commit 33ab32d

Please sign in to comment.