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
@@ -20,6 +20,7 @@ gem "faker" | @@ -20,6 +20,7 @@ gem "faker" | ||
20 | gem "seed-fu" | 20 | gem "seed-fu" |
21 | gem "pygments.rb", "0.2.4" | 21 | gem "pygments.rb", "0.2.4" |
22 | gem "thin" | 22 | gem "thin" |
23 | +gem "unicorn" | ||
23 | gem "git" | 24 | gem "git" |
24 | gem "acts_as_list" | 25 | gem "acts_as_list" |
25 | gem "rdiscount" | 26 | gem "rdiscount" |
Gemfile.lock
@@ -137,6 +137,7 @@ GEM | @@ -137,6 +137,7 @@ GEM | ||
137 | actionpack (>= 3.0.0) | 137 | actionpack (>= 3.0.0) |
138 | activesupport (>= 3.0.0) | 138 | activesupport (>= 3.0.0) |
139 | railties (>= 3.0.0) | 139 | railties (>= 3.0.0) |
140 | + kgio (2.7.2) | ||
140 | launchy (2.0.5) | 141 | launchy (2.0.5) |
141 | addressable (~> 2.2.6) | 142 | addressable (~> 2.2.6) |
142 | letter_opener (0.0.2) | 143 | letter_opener (0.0.2) |
@@ -197,6 +198,7 @@ GEM | @@ -197,6 +198,7 @@ GEM | ||
197 | rake (>= 0.8.7) | 198 | rake (>= 0.8.7) |
198 | rdoc (~> 3.4) | 199 | rdoc (~> 3.4) |
199 | thor (~> 0.14.6) | 200 | thor (~> 0.14.6) |
201 | + raindrops (0.8.0) | ||
200 | rake (0.9.2.2) | 202 | rake (0.9.2.2) |
201 | rdiscount (1.6.8) | 203 | rdiscount (1.6.8) |
202 | rdoc (3.12) | 204 | rdoc (3.12) |
@@ -279,6 +281,10 @@ GEM | @@ -279,6 +281,10 @@ GEM | ||
279 | uglifier (1.0.3) | 281 | uglifier (1.0.3) |
280 | execjs (>= 0.3.0) | 282 | execjs (>= 0.3.0) |
281 | multi_json (>= 1.0.2) | 283 | multi_json (>= 1.0.2) |
284 | + unicorn (4.2.0) | ||
285 | + kgio (~> 2.6) | ||
286 | + rack | ||
287 | + raindrops (~> 0.7) | ||
282 | vegas (0.1.11) | 288 | vegas (0.1.11) |
283 | rack (>= 1.0.0) | 289 | rack (>= 1.0.0) |
284 | warden (1.1.0) | 290 | warden (1.1.0) |
@@ -341,5 +347,6 @@ DEPENDENCIES | @@ -341,5 +347,6 @@ DEPENDENCIES | ||
341 | thin | 347 | thin |
342 | turn | 348 | turn |
343 | uglifier (= 1.0.3) | 349 | uglifier (= 1.0.3) |
350 | + unicorn | ||
344 | webmock | 351 | webmock |
345 | yaml_db! | 352 | yaml_db! |