Removed unicorn from the Gemfile

Dominik Sander 11 years ago
parent
commit
ed87c84068
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Gemfile

+ 0 - 1
Gemfile

@@ -68,7 +68,6 @@ group :development, :test do
68 68
 end
69 69
 
70 70
 group :production do
71
-  gem 'unicorn'
72 71
   gem 'dotenv-deployment'
73 72
   gem 'rack'
74 73
 end