From 5f1c971f979c8f9d1200d8b0196fd546e5f9e82f Mon Sep 17 00:00:00 2001 From: echarp Date: Sun, 14 Dec 2014 15:14:07 +0100 Subject: [PATCH] Removal of better_errors, so that it can run in ruby < 2 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e2ff4a57..c0e9cbb7 100644 --- a/Gemfile +++ b/Gemfile @@ -96,7 +96,7 @@ 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 + # Removed, because requires ruby > 2 # gem 'better_errors' # gem 'binding_of_caller'