Add pry-byebug gem

This commit is contained in:
Michael Ball 2021-03-04 01:39:46 -08:00
parent 634273e3ab
commit 072ca83052
2 changed files with 5 additions and 0 deletions

View file

@ -273,6 +273,7 @@ group :development, :test, :linters do
# as debugger
gem 'byebug'
gem 'pry'
gem 'pry-byebug'
# Linters and static analysis.
gem 'pronto', require: false