1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fab-manager_ynh.git synced 2024-09-03 18:36:16 +02:00
This commit is contained in:
Gredin67 2024-03-15 23:07:13 +00:00 committed by GitHub
commit 0718febc68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -84,6 +84,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
@ -29,7 +29,7 @@ fi
fabmanager_build_ruby() { fabmanager_build_ruby() {
pushd "$install_dir" pushd "$install_dir"
ynh_use_ruby ynh_use_ruby
ynh_exec_warn_less $ynh_gem install "bundler:$bundler_version" ynh_exec_warn_less $ynh_gem install "bundler"
ynh_exec_warn_less bin/bundle config --global frozen 1 ynh_exec_warn_less bin/bundle config --global frozen 1
ynh_exec_warn_less bin/bundle config set --local without 'development test doc' ynh_exec_warn_less bin/bundle config set --local without 'development test doc'
ynh_exec_warn_less bin/bundle install ynh_exec_warn_less bin/bundle install