Invited pry-rescue and pry-stack_explorer to the party 🎉 Taking debugging to the next level 🚀.
This commit is contained in:
parent
cde033f8f7
commit
e5d05349db
2 changed files with 14 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -123,6 +123,8 @@ group :development, :test do
|
||||||
gem 'byebug'
|
gem 'byebug'
|
||||||
gem 'pry-rails'
|
gem 'pry-rails'
|
||||||
gem 'pry-remote'
|
gem 'pry-remote'
|
||||||
|
gem 'pry-rescue'
|
||||||
|
gem 'pry-stack_explorer'
|
||||||
|
|
||||||
# test frameworks
|
# test frameworks
|
||||||
gem 'rspec-rails'
|
gem 'rspec-rails'
|
||||||
|
|
12
Gemfile.lock
12
Gemfile.lock
|
@ -71,6 +71,8 @@ GEM
|
||||||
ast (2.4.0)
|
ast (2.4.0)
|
||||||
autoprefixer-rails (7.1.6)
|
autoprefixer-rails (7.1.6)
|
||||||
execjs
|
execjs
|
||||||
|
binding_of_caller (0.8.0)
|
||||||
|
debug_inspector (>= 0.0.1)
|
||||||
biz (1.7.0)
|
biz (1.7.0)
|
||||||
clavius (~> 1.0)
|
clavius (~> 1.0)
|
||||||
tzinfo
|
tzinfo
|
||||||
|
@ -109,6 +111,7 @@ GEM
|
||||||
crass (1.0.3)
|
crass (1.0.3)
|
||||||
daemons (1.2.5)
|
daemons (1.2.5)
|
||||||
dalli (2.7.6)
|
dalli (2.7.6)
|
||||||
|
debug_inspector (0.0.3)
|
||||||
delayed_job (4.1.3)
|
delayed_job (4.1.3)
|
||||||
activesupport (>= 3.0, < 5.2)
|
activesupport (>= 3.0, < 5.2)
|
||||||
delayed_job_active_record (4.1.2)
|
delayed_job_active_record (4.1.2)
|
||||||
|
@ -198,6 +201,7 @@ GEM
|
||||||
ice_cube (~> 0.13)
|
ice_cube (~> 0.13)
|
||||||
ice_cube (0.16.2)
|
ice_cube (0.16.2)
|
||||||
inflection (1.0.0)
|
inflection (1.0.0)
|
||||||
|
interception (0.5)
|
||||||
json (2.1.0)
|
json (2.1.0)
|
||||||
jwt (1.5.6)
|
jwt (1.5.6)
|
||||||
kgio (2.11.0)
|
kgio (2.11.0)
|
||||||
|
@ -305,6 +309,12 @@ GEM
|
||||||
pry-remote (0.1.8)
|
pry-remote (0.1.8)
|
||||||
pry (~> 0.9)
|
pry (~> 0.9)
|
||||||
slop (~> 3.0)
|
slop (~> 3.0)
|
||||||
|
pry-rescue (1.4.5)
|
||||||
|
interception (>= 0.5)
|
||||||
|
pry
|
||||||
|
pry-stack_explorer (0.4.9.2)
|
||||||
|
binding_of_caller (>= 0.7)
|
||||||
|
pry (>= 0.9.11)
|
||||||
public_suffix (3.0.1)
|
public_suffix (3.0.1)
|
||||||
puma (3.11.0)
|
puma (3.11.0)
|
||||||
rack (2.0.5)
|
rack (2.0.5)
|
||||||
|
@ -531,6 +541,8 @@ DEPENDENCIES
|
||||||
pre-commit
|
pre-commit
|
||||||
pry-rails
|
pry-rails
|
||||||
pry-remote
|
pry-remote
|
||||||
|
pry-rescue
|
||||||
|
pry-stack_explorer
|
||||||
puma
|
puma
|
||||||
rack-livereload
|
rack-livereload
|
||||||
rails (= 5.1.5)
|
rails (= 5.1.5)
|
||||||
|
|
Loading…
Reference in a new issue