Skip to content

Commit

Permalink
install pry-byebug to debug on 2.1
Browse files Browse the repository at this point in the history
Can't use 2.2 without breaking the travis build (on which ruby_22 is not
defined)
  • Loading branch information
doudou committed Sep 28, 2015
1 parent f0c2166 commit c4021ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ gem 'rdoc', '>= 3.9'
group :development do
gem 'guard-rspec'
gem 'pry'
platforms :ruby_21 do
gem 'pry-byebug'
end
platforms :ruby_19, :ruby_20 do
gem 'pry-debugger'
gem 'pry-stack_explorer'
Expand Down

0 comments on commit c4021ac

Please sign in to comment.