From 0665176611fc4b455ca7c26192a5ed8b494d26da Mon Sep 17 00:00:00 2001 From: joshua stein Date: Sat, 30 Jun 2012 16:34:15 -0500 Subject: [PATCH] unicorn --- Gemfile | 2 +- Gemfile.lock | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 14c975a..af4d097 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ end # gem 'jbuilder' # Use unicorn as the app server -# gem 'unicorn' +gem 'unicorn' # Deploy with Capistrano # gem 'capistrano' diff --git a/Gemfile.lock b/Gemfile.lock index 67bc660..83e27a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,6 +41,7 @@ GEM railties (>= 3.2.0, < 5.0) thor (~> 0.14) json (1.6.5) + kgio (2.7.4) machinist (2.0) mail (2.4.4) i18n (>= 0.4.0) @@ -72,6 +73,7 @@ GEM rake (>= 0.8.7) rdoc (~> 3.4) thor (~> 0.14.6) + raindrops (0.9.0) rake (0.9.2.2) rdoc (3.12) json (~> 1.4) @@ -99,6 +101,10 @@ GEM polyglot polyglot (>= 0.3.1) tzinfo (0.3.32) + unicorn (4.3.1) + kgio (~> 2.6) + rack + raindrops (~> 0.7) PLATFORMS ruby @@ -112,3 +118,4 @@ DEPENDENCIES rails (= 3.2.2) rspec-rails (~> 2.6) sqlite3 + unicorn