From 844455ee4271c195997358b8808e201d8f73d579 Mon Sep 17 00:00:00 2001
From: echarp <emmanuel.charpentier@free.fr>
Date: Sun, 14 Dec 2014 15:13:24 +0100
Subject: [PATCH] Removal of better_errors, so that it can run in ruby < 2

---
 Gemfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Gemfile b/Gemfile
index c6d3376b6..e2ff4a576 100644
--- a/Gemfile
+++ b/Gemfile
@@ -96,8 +96,9 @@ group :development do
   # Spring speeds up development by keeping your application running in the
   # background. Read more: https://github.com/rails/spring
   gem 'spring'
+	# Removed, because requires ruby > 2
   # gem 'better_errors'
-  gem 'binding_of_caller'
+  # gem 'binding_of_caller'
 
   gem 'sqlite3'
   gem 'guard-livereload'
-- 
GitLab