From 118d200ae79092dd58834d1490f1e26c39f37e5b Mon Sep 17 00:00:00 2001 From: Gredin67 Date: Mon, 26 Feb 2024 10:09:18 +0100 Subject: [PATCH] ruby 3.2.2 nodejs 18.15 see https://github.com/sleede/fab-manager/blob/master/CHANGELOG.md --- scripts/_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 9c96708..e22f7bc 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,9 +4,9 @@ # COMMON VARIABLES #================================================= -ruby_version="3.1" +ruby_version="3.2.2" -nodejs_version="18" +nodejs_version="18.15" # Workaround for Mastodon on Bullseye # See https://github.com/mastodon/mastodon/issues/15751#issuecomment-873594463