debian-mirror-gitlab/debian/patches/0020-loosen-unicorn.patch
Praveen Arimbrathodiyil daa3d11ba8 refresh patches
2015-12-23 02:32:54 +05:30

13 lines
326 B
Diff

Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
@@ -109,7 +109,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