Skip to content

Commit e2da5c2

Browse files
committed
Add pry-byebug to development group, to ease debugging
1 parent 203ce80 commit e2da5c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ group :development do
88
gem 'guard-minitest'
99
gem 'guard-spinach'
1010
gem 'pry'
11+
gem 'pry-byebug', platforms: :ruby
1112
end
1213

1314
group :development, :test do

0 commit comments

Comments
 (0)