Commit 09848cf6ee71a587082c6aa2db78c9d788e3798b

Authored by Georg Hopp
1 parent 179348cc

Add unicorn to gems

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -30,7 +30,7 @@ gem 'sdoc', '~> 0.4.0', group: :doc
30 30 # gem 'bcrypt', '~> 3.1.7'
31 31
32 32 # Use Unicorn as the app server
33   -# gem 'unicorn'
  33 +gem 'unicorn'
34 34
35 35 # Use Capistrano for deployment
36 36 # gem 'capistrano-rails', group: :development
... ...
Please register or login to post a comment