From e5d05349dbaace3a7d5bc333dbbab46e06dec662 Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Mon, 25 Jun 2018 12:28:31 +0200 Subject: [PATCH] =?UTF-8?q?Invited=20pry-rescue=20and=20pry-stack=5Fexplor?= =?UTF-8?q?er=20to=20the=20party=20=F0=9F=8E=89=20=20Taking=20debugging=20?= =?UTF-8?q?to=20the=20next=20level=20=F0=9F=9A=80.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 2 ++ Gemfile.lock | 12 ++++++++++++ 2 files changed, 14 insertions(+) diff --git a/Gemfile b/Gemfile index 895844d34..17be6b301 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index e3330d07f..770424594 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)