Invited pry-rescue and pry-stack_explorer to the party 🎉 Taking debugging to the next level 🚀.

This commit is contained in:
Thorsten Eckel 2018-06-25 12:28:31 +02:00
parent cde033f8f7
commit e5d05349db
2 changed files with 14 additions and 0 deletions

View file

@ -123,6 +123,8 @@ group :development, :test do
gem 'byebug'
gem 'pry-rails'
gem 'pry-remote'
gem 'pry-rescue'
gem 'pry-stack_explorer'
# test frameworks
gem 'rspec-rails'

View file

@ -71,6 +71,8 @@ GEM
ast (2.4.0)
autoprefixer-rails (7.1.6)
execjs
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
biz (1.7.0)
clavius (~> 1.0)
tzinfo
@ -109,6 +111,7 @@ GEM
crass (1.0.3)
daemons (1.2.5)
dalli (2.7.6)
debug_inspector (0.0.3)
delayed_job (4.1.3)
activesupport (>= 3.0, < 5.2)
delayed_job_active_record (4.1.2)
@ -198,6 +201,7 @@ GEM
ice_cube (~> 0.13)
ice_cube (0.16.2)
inflection (1.0.0)
interception (0.5)
json (2.1.0)
jwt (1.5.6)
kgio (2.11.0)
@ -305,6 +309,12 @@ GEM
pry-remote (0.1.8)
pry (~> 0.9)
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)
puma (3.11.0)
rack (2.0.5)
@ -531,6 +541,8 @@ DEPENDENCIES
pre-commit
pry-rails
pry-remote
pry-rescue
pry-stack_explorer
puma
rack-livereload
rails (= 5.1.5)