summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-02-21 21:17:05 -0700
committermo khan <mo@mokhan.ca>2014-02-21 21:17:05 -0700
commit43e38c3dc960a11e90bd2a028efab4ba77f1cd47 (patch)
tree5efeac7ae011e51e8e0161b5c4734940fa00a84c /Gemfile.lock
parentf3b3b2fc4b52694def53309ea2955ef28a44a8a0 (diff)
use unicorn.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 3f653bd..860c002 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -36,6 +36,7 @@ GEM
activesupport (>= 3.0.0)
multi_json (>= 1.2.0)
json (1.8.1)
+ kgio (2.9.2)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
@@ -60,6 +61,7 @@ GEM
activesupport (= 4.0.3)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
+ raindrops (0.13.0)
rake (10.1.1)
rdoc (4.1.1)
json (~> 1.4)
@@ -95,6 +97,10 @@ GEM
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.38)
+ unicorn (4.8.2)
+ kgio (~> 2.6)
+ rack
+ raindrops (~> 0.7)
PLATFORMS
ruby
@@ -105,3 +111,4 @@ DEPENDENCIES
rails (= 4.0.3)
rspec-rails
sdoc
+ unicorn