diff options
author | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-01-16 22:15:58 +0100 |
---|---|---|
committer | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-01-16 22:15:58 +0100 |
commit | f115c3541a42e408e32ebd30603125d796113a79 (patch) | |
tree | de4449d81b6cf745e723cb589773f73c533fe9d4 | |
parent | 3fbadb4f1b1d9a16b81892356b4020dbfa455b5a (diff) |
add Unicorn to Gemfile.lock
-rw-r--r-- | Gemfile.lock | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index e4deaeb..218f072 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -170,6 +170,10 @@ GEM uglifier (1.3.0) execjs (>= 0.3.0) multi_json (~> 1.0, >= 1.0.2) + unicorn (4.5.0) + kgio (~> 2.6) + rack + raindrops (~> 0.7) uuid (2.3.6) macaddr (~> 1.0) will_paginate (3.0.4) @@ -209,5 +213,6 @@ DEPENDENCIES state_machine strong_parameters uglifier (>= 1.3.0) + unicorn uuid will_paginate |