debian-mirror-gitlab/debian/patches/0020-loosen-unicorn.patch

16 lines
384 B
Diff
Raw Normal View History

2016-01-20 00:51:50 +05:30
Bug: https://gitlab.com/gitlab-org/gitlab-ce/issues/2820
2015-09-29 12:12:42 +05:30
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
2016-02-05 20:36:43 +05:30
@@ -111,7 +111,7 @@ gem 'diffy', '~> 3.0.3'
2015-09-29 12:12:42 +05:30
# Application server
group :unicorn do
- gem "unicorn", '~> 4.8.2'
+ gem "unicorn", '~> 4.8'
gem 'unicorn-worker-killer', '~> 0.4.2'
end