remove thin from production env. Use unicorn for foreman
Showing
... | @@ -71,7 +71,6 @@ gem "redcarpet", "~> 2.2.2" | ... | @@ -71,7 +71,6 @@ 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 "thin", '~> 1.5.0' | |||
gem "unicorn", "~> 4.4.0" | gem "unicorn", "~> 4.4.0" | ||
# Issue tags | # Issue tags | ||
... | ... |
Please register or sign in to comment