summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-06-23 07:30:34 +0200
committerjomo <github@jomo.tv>2014-06-23 07:30:34 +0200
commit00b9383ebfe5326fd37808a992b960dc40f3ee94 (patch)
treeea4e4d454639a77c50166b88ca5db1abc85a9852 /Gemfile.lock
parent58a5d6f02f7f1740fc2b7591d2520ceb97915d37 (diff)
add 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 ee5fb0a..75ae489 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -62,6 +62,7 @@ GEM
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.1)
+ kgio (2.9.2)
libv8 (3.16.14.3)
mail (2.5.4)
mime-types (~> 1.16)
@@ -97,6 +98,7 @@ GEM
activesupport (= 4.1.0)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
+ raindrops (0.13.0)
rake (10.2.2)
rb-readline (0.5.1)
redcarpet (3.1.1)
@@ -135,6 +137,10 @@ GEM
uglifier (2.5.0)
execjs (>= 0.3.0)
json (>= 1.8.0)
+ unicorn (4.8.3)
+ kgio (~> 2.6)
+ rack
+ raindrops (~> 0.7)
webrick (1.3.1)
PLATFORMS
@@ -159,4 +165,5 @@ DEPENDENCIES
sass-rails
therubyracer
uglifier
+ unicorn
webrick