Force ruby upgrade by adding conflict with libruby2.7
This commit is contained in:
parent
1cb44ffae2
commit
8611e16a6c
1 changed files with 2 additions and 2 deletions
4
debian/control
vendored
4
debian/control
vendored
|
@ -83,7 +83,7 @@ Architecture: all
|
|||
XB-Ruby-Versions: ${ruby:Versions}
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||
gitlab-common (>= 15.8~),
|
||||
ruby (>= 1:2.7~),
|
||||
ruby (>= 1:3.1~),
|
||||
rubygems-integration (>= 1.18~),
|
||||
# for building openssl 3.0.2, see #1032070
|
||||
ruby-dev,
|
||||
|
@ -545,7 +545,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
Recommends: certbot,
|
||||
gitaly (>= 15.8~),
|
||||
openssh-server
|
||||
Conflicts: libruby2.5
|
||||
Conflicts: libruby2.5, libruby2.7
|
||||
Description: git powered software platform to collaborate on code (non-omnibus)
|
||||
gitlab provides web based interface to host source code and track issues.
|
||||
It allows anyone for fork a repository and send merge requests. Code review
|
||||
|
|
Loading…
Add table
Reference in a new issue