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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-05 00:19:24 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-05 00:19:24 +0400
commit1fe61284afc08796d09f1626a198a1c35f0a62aa (patch)
tree0fba1be3cfb010f2c0c1be0acc387cc8abd99bc7 /Gemfile
parent25856a47e5a757e88a33218cc51367f6171db1c4 (diff)
Replace unicorn with Puma
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 17b92d56bd0..791af6422d7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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"