1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fab-manager_ynh.git synced 2024-09-03 18:36:16 +02:00

Update _common.sh: maybe ruby 3 after all ...

This commit is contained in:
Alexandre Aubin 2024-01-06 21:09:16 +01:00 committed by Félix Piédallu
parent f12874c5aa
commit 0349c8022a

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
nodejs_version="18" nodejs_version="18"
ruby_version="2.7.0" ruby_version="3.2.3"
# Workaround for Mastodon on Bullseye # Workaround for Mastodon on Bullseye
# See https://github.com/mastodon/mastodon/issues/15751#issuecomment-873594463 # See https://github.com/mastodon/mastodon/issues/15751#issuecomment-873594463