debian-mirror-gitlab/debian/patches/0020-loosen-unicorn.patch
Praveen Arimbrathodiyil 5e81b74803 refresh patches
2016-04-02 18:29:19 +05:30

15 lines
384 B
Diff

Bug: https://gitlab.com/gitlab-org/gitlab-ce/issues/2820
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
@@ -112,7 +112,7 @@ gem 'diffy', '~> 3.0.3'
# Application server
group :unicorn do
- gem "unicorn", '~> 4.8.2'
+ gem "unicorn", '~> 4.8'
gem 'unicorn-worker-killer', '~> 0.4.2'
end