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

Merge pull request #111 from Gredin67/upgrade_v6

ffi and yaml deps
This commit is contained in:
eric_G 2024-05-13 08:25:34 +02:00 committed by GitHub
commit fae99a4c2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -86,6 +86,8 @@ ram.runtime = "50M"
# For Ruby # For Ruby
"libjemalloc-dev", "libjemalloc-dev",
"libffi-dev",
"libyaml-dev",
"curl", "curl",
"build-essential", "build-essential",
"libreadline-dev", "libreadline-dev",

View file

@ -5,7 +5,7 @@
#================================================= #=================================================
ruby_version="3.2.2" ruby_version="3.2.2"
bundler_version=2.1.4
nodejs_version="18.15" nodejs_version="18.15"
# Workaround for Mastodon on Bullseye # Workaround for Mastodon on Bullseye