diff options
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 5 |
2 files changed, 1 insertions, 6 deletions
@@ -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 |