diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-09-21 18:31:09 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-09-21 18:31:09 -0600 |
commit | f7c1d9c47379282fcc4dc16183562630d7d007d0 (patch) | |
tree | 5921a08221993b055cb65b530e00947be3a30398 /Gemfile | |
parent | 73b4eecddecf1e86d5e0c26166e2027583b680cf (diff) | |
download | gitlab-ce-f7c1d9c47379282fcc4dc16183562630d7d007d0.tar.gz |
Upgrade unicorn and unicorn-worker-killer.cs-upgrade-unicorn
Upgrade unicorn from 4.9.0 to 5.1.0 and unicorn-worker-killer from 0.4.2 to 0.4.4.
Changelog for unicorn: http://unicorn.bogomips.org/NEWS.html
Changelog for unicorn-worker-killer: https://github.com/kzk/unicorn-worker-killer/blob/bdec225f028d1bda01b5888578c479b0c705f1a8/ChangeLog
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -122,8 +122,8 @@ gem 'diffy', '~> 3.0.3' # Application server group :unicorn do - gem 'unicorn', '~> 4.9.0' - gem 'unicorn-worker-killer', '~> 0.4.2' + gem 'unicorn', '~> 5.1.0' + gem 'unicorn-worker-killer', '~> 0.4.4' end # State machine |