gemfile.lock add unicorn

This commit is contained in:
yafeilee 2014-05-13 14:02:42 +08:00
parent e6f3b20862
commit 0fb026449c
1 changed files with 7 additions and 0 deletions

View File

@ -103,6 +103,7 @@ GEM
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.1)
kgio (2.8.0)
listen (2.7.4)
celluloid (>= 0.15.2)
celluloid-io (>= 0.15.0)
@ -172,6 +173,7 @@ GEM
activesupport (= 4.1.1)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
raindrops (0.11.0)
rake (10.3.1)
rb-fsevent (0.9.4)
rb-inotify (0.9.4)
@ -252,6 +254,10 @@ GEM
uglifier (2.5.0)
execjs (>= 0.3.0)
json (>= 1.8.0)
unicorn (4.6.3)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
xpath (2.0.0)
nokogiri (~> 1.3)
@ -296,3 +302,4 @@ DEPENDENCIES
slim-rails
spring
uglifier (>= 1.3.0)
unicorn