From 731a84433240a9db8422643ad3282e0dbb1397bd Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Sat, 11 Jul 2020 21:27:20 +0530 Subject: [PATCH] Update minimum version of ruby to 2.7 --- debian/control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 8e2a5ea00b..089cec1f86 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,8 @@ Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, gitlab-common (>= 13.0.0~), - ruby (>= 1:2.5~), + ruby (>= 1:2.7~), + rubygems-integration (>= 1.17.1~), lsb-base (>= 3.0-6), rake (>= 12.3.0~), bundler (>= 1.17.3~), @@ -418,7 +419,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, puma Recommends: certbot, gitaly (>= 13.1~) -Conflicts: libruby2.3 +Conflicts: libruby2.5 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