From d3bf6146d167755afa33fcf2580e46f83064f005 Mon Sep 17 00:00:00 2001 From: elijah Date: Thu, 17 Aug 2017 16:10:12 -0700 Subject: bugfix: remove better_errors gem it is currently incompatible with haml --- Gemfile | 2 +- Gemfile.lock | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 3b5435e..28974df 100644 --- a/Gemfile +++ b/Gemfile @@ -86,7 +86,7 @@ group :production do end group :development do - gem "better_errors" + # gem "better_errors" << currently incompatible with haml gem "binding_of_caller" end diff --git a/Gemfile.lock b/Gemfile.lock index aa52649..f63acdd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -65,10 +65,6 @@ GEM arel (6.0.4) autoprefixer-rails (6.7.7) execjs - better_errors (2.1.1) - coderay (>= 1.0.0) - erubis (>= 2.6.6) - rack (>= 0.9.0) binding_of_caller (0.7.2) debug_inspector (>= 0.0.1) bootstrap-sass (3.3.7) @@ -336,7 +332,6 @@ PLATFORMS DEPENDENCIES SyslogLogger (~> 2.0) - better_errors binding_of_caller bootstrap-sass byebug -- cgit v1.2.3