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
|
# as debugger
|
||||||
gem 'byebug'
|
gem 'byebug'
|
||||||
gem 'pry'
|
gem 'pry'
|
||||||
|
gem 'pry-byebug'
|
||||||
|
|
||||||
# Linters and static analysis.
|
# Linters and static analysis.
|
||||||
gem 'pronto', require: false
|
gem 'pronto', require: false
|
||||||
|
|
|
||||||
|
|
@ -419,6 +419,9 @@ GEM
|
||||||
coderay (~> 1.1.0)
|
coderay (~> 1.1.0)
|
||||||
method_source (~> 0.8.1)
|
method_source (~> 0.8.1)
|
||||||
slop (~> 3.4)
|
slop (~> 3.4)
|
||||||
|
pry-byebug (3.8.0)
|
||||||
|
byebug (~> 11.0)
|
||||||
|
pry (~> 0.10)
|
||||||
public_suffix (3.1.1)
|
public_suffix (3.1.1)
|
||||||
puma (5.2.1)
|
puma (5.2.1)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
|
|
@ -746,6 +749,7 @@ DEPENDENCIES
|
||||||
pronto-haml
|
pronto-haml
|
||||||
pronto-rubocop
|
pronto-rubocop
|
||||||
pry
|
pry
|
||||||
|
pry-byebug
|
||||||
puma (~> 5.2)
|
puma (~> 5.2)
|
||||||
rails (~> 5.2)
|
rails (~> 5.2)
|
||||||
rails-assets-bootstrap-markdown!
|
rails-assets-bootstrap-markdown!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue