From 1f9a380741a5763a3c4c97385f0f0ef40655d9e2 Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Fri, 12 Feb 2021 00:49:03 +0530 Subject: [PATCH] Change dependency on ruby to ruby2.7 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 423ae2c891..a8d23c80da 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, gitlab-common (>= 13.4.6~), - ruby (>= 1:2.7.2~), + ruby2.7 (>= 2.7.2~), rubygems-integration (>= 1.18~), lsb-base (>= 3.0-6), rake (>= 12.3.0~),