loosen unicorn
This commit is contained in:
parent
799697e27e
commit
aeee1ddceb
2 changed files with 14 additions and 0 deletions
13
debian/patches/0020-loosen-unicorn.patch
vendored
Normal file
13
debian/patches/0020-loosen-unicorn.patch
vendored
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
Index: gitlab/Gemfile
|
||||||
|
===================================================================
|
||||||
|
--- gitlab.orig/Gemfile
|
||||||
|
+++ gitlab/Gemfile
|
||||||
|
@@ -115,7 +115,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
|
||||||
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -17,3 +17,4 @@ loosen-rails-version.patch
|
||||||
0017-loosen-redcarpet.patch
|
0017-loosen-redcarpet.patch
|
||||||
0018-loosen-rdoc.patch
|
0018-loosen-rdoc.patch
|
||||||
0019-loosen-creole.patch
|
0019-loosen-creole.patch
|
||||||
|
0020-loosen-unicorn.patch
|
||||||
|
|
Loading…
Reference in a new issue