From 0bf40967637e6c56e9737a8ff1790f10aa5bdc4c Mon Sep 17 00:00:00 2001 From: El Acheche Anis Date: Tue, 9 Jul 2024 11:48:44 +0200 Subject: [PATCH] Bump ruby version to 3.2.3 Fixes #455 https://github.com/mastodon/mastodon/blob/stable-4.2/.ruby-version --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 4049d21..a2ba0b8 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= memory_needed="2560" -ruby_version=3.2.2 +ruby_version=3.2.3 nodejs_version=20 # Workaround for Mastodon on Bullseye