Skip to content

Commit 2389868

Browse files
authored
Merge pull request #501 from doudou/use_byebug_on_ruby_21_and_22
install pry-byebug to debug on 2.1 🌈
2 parents 2b1234e + c4021ac commit 2389868

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)