Added unicorn to gemfile
This commit is contained in:
parent
b01ecefd76
commit
98b3013e3e
5
Gemfile
5
Gemfile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user