Replace unicorn with Puma
Showing
... | @@ -72,7 +72,7 @@ gem "redcarpet", "~> 2.2.2" | ... | @@ -72,7 +72,7 @@ gem "redcarpet", "~> 2.2.2" |
gem "github-markup", "~> 0.7.4", require: 'github/markup' | gem "github-markup", "~> 0.7.4", require: 'github/markup' | ||
# Servers | # Servers | ||
gem "unicorn" | gem "puma", '~> 2.0.0.b7' | ||
# State machine | # State machine | ||
gem "state_machine" | gem "state_machine" | ||
... | ... |
config/puma.rb.example
0 → 100644
Please register or sign in to comment