Skip to content

Commit

Permalink
Put debugging gems in :extra group, which is not installed on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Dec 31, 2012
1 parent ba820c6 commit 5f4f686
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ gem 'fuubar-cucumber'
gem 'redcarpet', '~> 1.17.2', :platforms => :ruby
gem 'github-markup'

gem 'ruby-debug', :platforms => [:mri_18, :jruby]
group :extras do
gem 'ruby-debug', :platforms => [:mri_18, :jruby]

gem 'debugger', :platforms => :mri_19
gem 'pry'
gem 'debugger', :platforms => :mri_19
gem 'pry'
end

0 comments on commit 5f4f686

Please sign in to comment.