Puma magick
This commit is contained in:
@@ -109,11 +109,11 @@ group :development do
|
||||
gem 'capistrano', '~> 3.0', require: false
|
||||
gem 'capistrano-rvm', '~> 0.1', require: false
|
||||
gem 'capistrano-rails', '~> 1.1', require: false
|
||||
gem 'capistrano3-puma', require: false
|
||||
gem 'spring'
|
||||
gem 'spring-commands-rspec'
|
||||
gem 'web-console', '~> 2.0.0'
|
||||
gem 'foreman'
|
||||
gem 'thin'
|
||||
end
|
||||
|
||||
group :test do
|
||||
@@ -132,6 +132,7 @@ end
|
||||
|
||||
# Use unicorn as the app server
|
||||
# gem 'unicorn'
|
||||
gem 'puma'
|
||||
|
||||
# Deploy with Capistrano
|
||||
# gem 'capistrano'
|
||||
|
||||
Reference in New Issue
Block a user