From a90cfdc5203d16ce2ff7cf6273aa94fc028afc59 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Sat, 13 Oct 2012 01:18:27 +0200 Subject: [PATCH] Move unicorn to production group --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 8659cec..4274666 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,6 @@ gem 'draper' gem 'fog' gem 'simple_form' gem 'girl_friday' -gem 'unicorn' gem 'thin' gem 'open4' gem 'redcarpet' @@ -52,5 +51,6 @@ group :test do end group :production do + gem 'unicorn' gem 'dalli' end