From 9eaa74b140ca1c7fafd5a90be801b5cf2511edfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 23 Feb 2024 22:03:08 +0100 Subject: [PATCH] Ruby 2.7 --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 6db2fc8..1704b0d 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -ruby_version=3.1 +ruby_version=2.7 #================================================= # PERSONAL HELPERS