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: ruby 3 ? Or ruby 2 ? x_x

This commit is contained in:
Alexandre Aubin 2024-01-06 18:41:29 +01:00 committed by Félix Piédallu
parent 23992de909
commit 16496a25d4

View file

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