Invited byebug to the party 🎉 Taking debugging to the next level 🚀.
This commit is contained in:
parent
d6f1c3d9ec
commit
cda05285f3
2 changed files with 3 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -120,6 +120,7 @@ gem 'viewpoint'
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
|
|
||||||
# debugging
|
# debugging
|
||||||
|
gem 'byebug'
|
||||||
gem 'pry-rails'
|
gem 'pry-rails'
|
||||||
gem 'pry-remote'
|
gem 'pry-remote'
|
||||||
|
|
||||||
|
|
|
@ -77,6 +77,7 @@ GEM
|
||||||
browser (2.5.2)
|
browser (2.5.2)
|
||||||
buftok (0.2.0)
|
buftok (0.2.0)
|
||||||
builder (3.2.3)
|
builder (3.2.3)
|
||||||
|
byebug (10.0.2)
|
||||||
childprocess (0.9.0)
|
childprocess (0.9.0)
|
||||||
ffi (~> 1.0, >= 1.0.11)
|
ffi (~> 1.0, >= 1.0.11)
|
||||||
clavius (1.0.3)
|
clavius (1.0.3)
|
||||||
|
@ -483,6 +484,7 @@ DEPENDENCIES
|
||||||
autoprefixer-rails
|
autoprefixer-rails
|
||||||
biz
|
biz
|
||||||
browser
|
browser
|
||||||
|
byebug
|
||||||
clearbit
|
clearbit
|
||||||
coffee-rails
|
coffee-rails
|
||||||
coffee-script-source
|
coffee-script-source
|
||||||
|
|
Loading…
Reference in a new issue