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

View file

@ -419,6 +419,9 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (3.8.0)
byebug (~> 11.0)
pry (~> 0.10)
public_suffix (3.1.1)
puma (5.2.1)
nio4r (~> 2.0)
@ -746,6 +749,7 @@ DEPENDENCIES
pronto-haml
pronto-rubocop
pry
pry-byebug
puma (~> 5.2)
rails (~> 5.2)
rails-assets-bootstrap-markdown!