diff --git a/Gemfile b/Gemfile index 24fe17fe..b1333275 100644 --- a/Gemfile +++ b/Gemfile @@ -47,5 +47,6 @@ group :development, :test do gem 'pry-rails' gem 'pry-byebug' gem 'better_errors' + gem 'binding_of_caller' gem 'quiet_assets' end diff --git a/Gemfile.lock b/Gemfile.lock index bff8145f..ca22d0b8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,6 +51,8 @@ GEM coderay (>= 1.0.0) erubis (>= 2.6.6) rack (>= 0.9.0) + binding_of_caller (0.7.2) + debug_inspector (>= 0.0.1) builder (3.2.2) byebug (4.0.5) columnize (= 0.9.0) @@ -68,6 +70,7 @@ GEM execjs coffee-script-source (1.9.1.1) columnize (0.9.0) + debug_inspector (0.0.2) devise (3.5.2) bcrypt (~> 3.0) orm_adapter (~> 0.1) @@ -207,6 +210,7 @@ DEPENDENCIES aws-sdk best_in_place better_errors + binding_of_caller cancancan coffee-rails devise