Skip to content

Commit c4021ac

Browse files
committed
install pry-byebug to debug on 2.1
Can't use 2.2 without breaking the travis build (on which ruby_22 is not defined)
1 parent f0c2166 commit c4021ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ gem 'rdoc', '>= 3.9'
66
group :development do
77
gem 'guard-rspec'
88
gem 'pry'
9+
platforms :ruby_21 do
10+
gem 'pry-byebug'
11+
end
912
platforms :ruby_19, :ruby_20 do
1013
gem 'pry-debugger'
1114
gem 'pry-stack_explorer'

0 commit comments

Comments
 (0)