From 641cedf343afd1266d3e5aad1b5bb9506e33f65e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sun, 15 Jan 2012 22:46:06 +0100 Subject: [PATCH] move unicorn into the heroku group till we decide if we switch completly to it or not --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 486a0e7b2..09510e567 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,6 @@ gem 'foreman', '0.27.0' gem 'whenever' gem 'thin', '~> 1.3.1', :require => false -gem 'unicorn', '~> 4.1.1', :require => false # authentication @@ -39,6 +38,7 @@ end group :heroku do gem 'pg' + gem 'unicorn', '~> 4.1.1', :require => false end gem 'settingslogic', :git => 'git://github.com/binarylogic/settingslogic.git'