From d3bf6146d167755afa33fcf2580e46f83064f005 Mon Sep 17 00:00:00 2001
From: elijah <elijah@riseup.net>
Date: Thu, 17 Aug 2017 16:10:12 -0700
Subject: [PATCH] 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 3b5435ef..28974df7 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 aa52649b..f63acdd3 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
-- 
GitLab