Skip to content

Commit

Permalink
ruby-prof isn't compatible with ruby trunk after 36925
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Oct 15, 2012
1 parent 5225a93 commit 46dc6e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ instance_eval File.read local_gemfile if File.exists? local_gemfile

platforms :mri do
group :test do
gem 'ruby-prof', '~> 0.11.2'
gem 'debugger' if !ENV['TRAVIS'] && RUBY_VERSION < "2.0" && RUBY_PATCHLEVEL < 286
gem 'ruby-prof', '~> 0.11.2' if RUBY_VERSION < '2.0'
gem 'debugger' if !ENV['TRAVIS'] && RUBY_VERSION < '2.0' && RUBY_PATCHLEVEL < 286
end
end

Expand Down

0 comments on commit 46dc6e7

Please sign in to comment.