Skip to content

Commit

Permalink
Kill ruby debug. Always causes bundler issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Mar 14, 2013
1 parent 2198708 commit 7f49ca2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Gemfile
Expand Up @@ -8,11 +8,6 @@ group :performance do
gem 'perftools.rb', :require => 'perftools' gem 'perftools.rb', :require => 'perftools'
end end


group(:debug) do
platforms(:mri_18) { gem 'ruby-debug' }
platforms(:mri_19) { gem 'ruby-debug19' }
end

group(:test) do group(:test) do
gem 'rspec' gem 'rspec'
gem 'log_buddy' gem 'log_buddy'
Expand Down

0 comments on commit 7f49ca2

Please sign in to comment.