Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@dosire.com>2013-08-19 23:54:12 +0400
committerSytse Sijbrandij <sytse@dosire.com>2013-08-19 23:54:12 +0400
commit7c55c73d6318004242b192c7c6ce17cc57e45760 (patch)
tree9af292d8dce331f1e9c735cadbcd294a02db866b /Gemfile
parent6ec73fc9a64938566d2e6d1a804990fa0f8849f0 (diff)
Fix confusing situation where install guide told you to install init.d script for puma.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 45a4b35ed32..d950f43b205 100644
--- a/Gemfile
+++ b/Gemfile
@@ -76,8 +76,7 @@ gem "github-markup", "~> 0.7.4", require: 'github/markup'
# Asciidoc to HTML
gem "asciidoctor"
-# Servers
-gem "puma", '~> 2.3.1', group: :puma
+# Application server
gem "unicorn", '~> 4.6.3', group: :unicorn
# State machine