Removed unicorn from the Gemfile

Dominik Sander 11 年 前
コミット
ed87c84068
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  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