Skip to content

Commit

Permalink
Switch from debugger to byebug
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Feb 25, 2014
1 parent 6db1f56 commit 7605483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -2,8 +2,8 @@ source 'https://rubygems.org'
gemspec

unless ENV['TRAVIS']
gem 'debugger', require: false, platforms: :ruby if RUBY_VERSION == '2.0.0'
gem 'yard', require: false
gem 'byebug', require: false, platforms: :ruby
gem 'yard', require: false
end

gem 'simplecov', require: false
Expand Down

0 comments on commit 7605483

Please sign in to comment.