Add pry-byebug gem
This commit is contained in:
parent
634273e3ab
commit
072ca83052
2 changed files with 5 additions and 0 deletions
1
Gemfile
1
Gemfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue