From f409825838161ea00353a6a86e0aa13cf9d2a3c3 Mon Sep 17 00:00:00 2001 From: Godwin Date: Sun, 23 Mar 2014 14:37:03 -0600 Subject: [PATCH] Testing tests 6 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a07f5ce..bc8b0db 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,6 @@ gem 'rails', '4.0.0' # gem 'puma' # gem 'unicorn' gem 'eventmachine' -gem 'thin' # Multi-environment configuration # gem 'simpleconfig' @@ -68,6 +67,7 @@ gem 'paper_trail' group :development, :test do + gem 'thin' gem 'debugger' gem 'delorean' gem 'factory_girl_rails'