diff options
| author | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-01-16 22:05:46 +0100 |
|---|---|---|
| committer | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-01-16 22:05:46 +0100 |
| commit | 0601ff60400e27451259531bb26cb69c7e6e352c (patch) | |
| tree | 45a9f281374fad4a2f29aeddc0872ca4e16fd410 | |
| parent | 6a3eb3a21958e4bc1a73e5774c3717fc01ee64e0 (diff) | |
add unicorn application server to Gemfile
| -rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -68,6 +68,9 @@ gem 'breadcrumbs_on_rails' # UUID Generator https://github.com/assaf/uuid gem 'uuid' +# Application server +gem 'unicorn' + # Local Variables: # mode: ruby # End: |
