HomeFreeBSD

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

Description

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

Details

Provenance
sunpoetAuthored on Oct 8 2023, 11:56 AM
Parents
R11:b159e5d83037: math/openblas: Fix WWW and GH_ACCOUNT
Branches
Unknown
Tags
Unknown