[Bug 230306] Update of security/rubygem-doorkeeper to 4.4.x prevents www/gitlab-ce 11.1.2_2 from starting
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Aug 2 20:45:30 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230306
Bug ID: 230306
Summary: Update of security/rubygem-doorkeeper to 4.4.x
prevents www/gitlab-ce 11.1.2_2 from starting
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: paul at gromit.dlib.vt.edu
CC: mfechner at FreeBSD.org, ruby at FreeBSD.org
CC: mfechner at FreeBSD.org, ruby at FreeBSD.org
The recent update of the security/rubygem-doorkeeper port to 4.4.1 triggers an
error when starting up the current www/gitlab-ce application. The error
triggered is in the doorkeeper initialiser
(/usr/local/www/gitlab-ce/config/initializers/doorkeeper.rb) in GitLab, at line
116:
=====8<=====
# Remove after we upgrade the doorkeeper gem from version 4.3.2
if Doorkeeper.gem_version > Gem::Version.new('4.3.2')
raise "Doorkeeper was upgraded, please remove the monkey patch in
#{__FILE__}"
end
=====>8=====
(where __FILE__ is /usr/local/www/gitlab-ce/config/initializers/doorkeeper.rb)
The previous version of security/rubygem-doorkeeper was 4.3.2. It was updated
to 4.4.1 on 31st July, 2018.
I guess the easiest fix would be to create a legacy
security/rubygem-doorkeeper43 port that holds the Gem at 4.3.2.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ruby
mailing list