From 2f41ce581603133bc2ed5ca15de8fe47332ce0b4 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Fri, 2 Feb 2024 07:19:23 +0200 Subject: [PATCH] increase version of ruby --- manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 487b4dd..d9ffa22 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -19,7 +19,7 @@ # String with the system group name for mastodon. Default: mastodon # # [*ruby_version*] -# String with the ruby version to use. Default: 3.2.2 +# String with the ruby version to use. Default: 3.2.3 # # [*config*] # Hash with the configuration to store in .env.production @@ -67,7 +67,7 @@ class mastodon ( String $db_password = 'S3cr3TP4ssw0rd', Integer $db_port = 5432, String $mastodon_version = 'v4.2.5', - String $ruby_version = '3.2.2', + String $ruby_version = '3.2.3', String $mastodon_user = 'mastodon', String $mastodon_group = 'mastodon', String $secret_key_base = 'S3cr3tK3i',