diff options
author | elijah <elijah@riseup.net> | 2017-08-17 16:10:12 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2017-08-17 16:10:12 -0700 |
commit | d3bf6146d167755afa33fcf2580e46f83064f005 (patch) | |
tree | c38216b28fcc641f6983b936d72585c2c102244a | |
parent | 8b0974e22f4b48ddb4d1fded9c4f65d4b6a88180 (diff) |
bugfix: remove better_errors gem
it is currently incompatible with haml
-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 |