On Mon, 11 Jan 2021 18:10:34 +0200 Dragos Jarca <dragos.ja...@dynamicpuzzle.ro> wrote: > Just to know, in previous version I have some trouble with licensee, and
> I do the following to solve the problem:
>
> gitaly(13.4.6+dfsg1-2) and gitlab(13.4.7-2) have in Gemfile:
>
> gem 'rugged', '~> 0.28'
> ...
> gem 'licensee', '~> 8.9'
>
> But rugged is 1.1.0+ds-1 in testing and unstable and licensee need
> rugged~>0.24.
>
> Solved putting in Gemfile:
> gem 'rugged', '>= 0.28'
> gem 'licensee', '~> 9.14', '>= 9.14.1'
>
> and manually install licensee 9.14.1 with:
>
> cd /usr/share/gitlab
> gem install licensee
>
> It could help.

gitlab 13.9.3 now works again with rugged 1.1 in the archive, so these work arounds are not required. https://wiki.debian.org/gitlab/wip has instructions to get the new version. This will be uploaded to experimental soon (after ruby-pg-query is accepted).

Reply via email to