Commit f0fd720b4a4a53346704947c3122917783f9143d
1 parent
10887927
Exists in
master
and in
4 other branches
added unicorn gemfile
Showing
2 changed files
with
8 additions
and
0 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -137,6 +137,7 @@ GEM |
137 | 137 | actionpack (>= 3.0.0) |
138 | 138 | activesupport (>= 3.0.0) |
139 | 139 | railties (>= 3.0.0) |
140 | + kgio (2.7.2) | |
140 | 141 | launchy (2.0.5) |
141 | 142 | addressable (~> 2.2.6) |
142 | 143 | letter_opener (0.0.2) |
... | ... | @@ -197,6 +198,7 @@ GEM |
197 | 198 | rake (>= 0.8.7) |
198 | 199 | rdoc (~> 3.4) |
199 | 200 | thor (~> 0.14.6) |
201 | + raindrops (0.8.0) | |
200 | 202 | rake (0.9.2.2) |
201 | 203 | rdiscount (1.6.8) |
202 | 204 | rdoc (3.12) |
... | ... | @@ -279,6 +281,10 @@ GEM |
279 | 281 | uglifier (1.0.3) |
280 | 282 | execjs (>= 0.3.0) |
281 | 283 | multi_json (>= 1.0.2) |
284 | + unicorn (4.2.0) | |
285 | + kgio (~> 2.6) | |
286 | + rack | |
287 | + raindrops (~> 0.7) | |
282 | 288 | vegas (0.1.11) |
283 | 289 | rack (>= 1.0.0) |
284 | 290 | warden (1.1.0) |
... | ... | @@ -341,5 +347,6 @@ DEPENDENCIES |
341 | 347 | thin |
342 | 348 | turn |
343 | 349 | uglifier (= 1.0.3) |
350 | + unicorn | |
344 | 351 | webmock |
345 | 352 | yaml_db! | ... | ... |