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:
parent
23992de909
commit
16496a25d4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue