increase version of ruby
This commit is contained in:
parent
dce2a0a843
commit
2f41ce5816
1 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue