Relax dependency on sidekiq gem in Gemfile to allow 6.x version

This commit is contained in:
Pirate Praveen 2020-08-11 18:25:58 +05:30
parent 05384b004b
commit ed25957479
2 changed files with 14 additions and 0 deletions

13
debian/patches/0486-relax-sidekiq.patch vendored Normal file
View file

@ -0,0 +1,13 @@
ruby-sidekiq 6 is in unstable
--- a/Gemfile
+++ b/Gemfile
@@ -176,7 +176,7 @@
gem 'acts-as-taggable-on', '~> 6.0'
# Background jobs
-gem 'sidekiq', '~> 5.2', '>= 5.2.7'
+gem 'sidekiq', '< 7.0', '>= 5.2.7'
gem 'sidekiq-cron', '~> 1.0'
gem 'redis-namespace', '~> 1.6'
gem 'gitlab-sidekiq-fetcher', '~> 0.6.1', require: 'sidekiq-reliable-fetch'

View file

@ -12,6 +12,7 @@
0482-remove-ee-only-gems.patch
0484-relax-grape-entity.patch
0485-relax-gitlab-sidekiq-fetcher.patch
0486-relax-sidekiq.patch
0500-set-webpack-root.patch
0510-remove-dev-dependencies.patch
0520-add-system-lib-path-for-webpack.patch