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