Puma magick

This commit is contained in:
2015-05-26 14:52:38 +02:00
parent df52998abe
commit 2b9edb6bdd
4 changed files with 24 additions and 7 deletions
+2 -1
View File
@@ -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'