Added unicorn to gemfile

This commit is contained in:
Godwin 2015-05-02 15:14:16 -07:00
parent b01ecefd76
commit 98b3013e3e

View File

@ -63,14 +63,11 @@ group :staging, :production do
gem 'rails_12factor'
gem 'capistrano'
gem 'rvm-capistrano'
gem 'unicorn'
end
platforms 'mswin', 'mingw' do
group :test do
gem 'wdm', '>= 0.1.0'
end
group :staging, :production do
gem 'unicorn' if !(RbConfig::CONFIG['target_os'] =~ /mswin|mingw|cygwin/i)
end
end