Fix confusing situation where install guide told you to install init.d script for puma.
Showing
... | @@ -76,8 +76,7 @@ gem "github-markup", "~> 0.7.4", require: 'github/markup' | ... | @@ -76,8 +76,7 @@ gem "github-markup", "~> 0.7.4", require: 'github/markup' |
# Asciidoc to HTML | # Asciidoc to HTML | ||
gem "asciidoctor" | gem "asciidoctor" | ||
# Servers | # Application server | ||
gem "puma", '~> 2.3.1', group: :puma | |||
gem "unicorn", '~> 4.6.3', group: :unicorn | gem "unicorn", '~> 4.6.3', group: :unicorn | ||
# State machine | # State machine | ||
... | ... |
Please register or sign in to comment