Skip to content
Verified Commit aff9c1bf authored by sunpoet's avatar sunpoet
Browse files

www/gitlab-ce: Allow run with rubygem-sidekiq6 6.5.11

- Bump PORTREVISION for package change

Note that it is an upstream issue.
Upstream has conflicting requirement for sidekiq which causes runtime issue.

from Gemfile:
gem 'sidekiq', '~> 6.5.7'

from lib/gitlab/patch/sidekiq_cron_poller.rb:
if Gem::Version.new(Sidekiq::VERSION) != Gem::Version.new('6.5.7')
  raise 'New version of sidekiq detected, please remove or update this patch'
end
parent b159e5d8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment