From 8611e16a6c2b01d59f13d1a8b6a0d0752dd9b0cf Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Fri, 24 Mar 2023 20:40:21 +0530 Subject: [PATCH] Force ruby upgrade by adding conflict with libruby2.7 --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index cd2d4c802f..bde17f72c9 100644 --- a/debian/control +++ b/debian/control @@ -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