From 16496a25d481db910d440557561e79a2a59de5d1 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sat, 6 Jan 2024 18:41:29 +0100 Subject: [PATCH] Update _common.sh: ruby 3 ? Or ruby 2 ? x_x --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 788d2ff..73989f2 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -1,7 +1,7 @@ #!/bin/bash nodejs_version="18" -RUBY_VERSION="3.2.2" +ruby_version="2.7.0" # Workaround for Mastodon on Bullseye # See https://github.com/mastodon/mastodon/issues/15751#issuecomment-873594463