summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2017-08-17 16:10:12 -0700
committerelijah <elijah@riseup.net>2017-08-17 16:10:12 -0700
commitd3bf6146d167755afa33fcf2580e46f83064f005 (patch)
treec38216b28fcc641f6983b936d72585c2c102244a /Gemfile
parent8b0974e22f4b48ddb4d1fded9c4f65d4b6a88180 (diff)
bugfix: remove better_errors gem
it is currently incompatible with haml
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 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