From 0bf40967637e6c56e9737a8ff1790f10aa5bdc4c Mon Sep 17 00:00:00 2001 From: El Acheche Anis Date: Tue, 9 Jul 2024 11:48:44 +0200 Subject: [PATCH 1/2] 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 From 4aef17a6a4fbc5a91cf825f2bd04692535a5b822 Mon Sep 17 00:00:00 2001 From: El Acheche Anis Date: Sun, 28 Jul 2024 16:58:02 +0200 Subject: [PATCH 2/2] Bump ynh package version --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 51fd473..c1e6e6f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Mastodon" description.en = "Libre and federated social network" description.fr = "Réseau social libre et fédéré" -version = "4.2.10~ynh1" +version = "4.2.10~ynh2" maintainers = ["Tagada"]