diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-04 23:19:24 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-04 23:19:24 +0300 |
commit | 1fe61284afc08796d09f1626a198a1c35f0a62aa (patch) | |
tree | 0fba1be3cfb010f2c0c1be0acc387cc8abd99bc7 /Gemfile | |
parent | 25856a47e5a757e88a33218cc51367f6171db1c4 (diff) | |
download | gitlab-ce-1fe61284afc08796d09f1626a198a1c35f0a62aa.tar.gz |
Replace unicorn with Puma
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |