loosen sidekiq
This commit is contained in:
parent
c2342d6dd7
commit
ea9f78cc80
2 changed files with 14 additions and 0 deletions
13
debian/patches/0021-loosen-sidekiq.patch
vendored
Normal file
13
debian/patches/0021-loosen-sidekiq.patch
vendored
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
Index: gitlab/Gemfile
|
||||||
|
===================================================================
|
||||||
|
--- gitlab.orig/Gemfile
|
||||||
|
+++ gitlab/Gemfile
|
||||||
|
@@ -128,7 +128,7 @@ gem 'acts-as-taggable-on', '~> 3.4'
|
||||||
|
# Background jobs
|
||||||
|
gem 'slim', '~> 2.0.2'
|
||||||
|
gem 'sinatra', '~> 1.4.4', require: nil
|
||||||
|
-gem 'sidekiq', '3.3.0'
|
||||||
|
+gem 'sidekiq', '3.4.2'
|
||||||
|
gem 'sidetiq', '~> 0.6.3'
|
||||||
|
|
||||||
|
# HTTP requests
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -18,3 +18,4 @@ loosen-rails-version.patch
|
||||||
0018-loosen-rdoc.patch
|
0018-loosen-rdoc.patch
|
||||||
0019-loosen-creole.patch
|
0019-loosen-creole.patch
|
||||||
0020-loosen-unicorn.patch
|
0020-loosen-unicorn.patch
|
||||||
|
0021-loosen-sidekiq.patch
|
||||||
|
|
Loading…
Add table
Reference in a new issue