Browse Source

Added unicorn to gemfile

development
Godwin 9 years ago
parent
commit
98b3013e3e
  1. 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…
Cancel
Save