From 404cfad872f749b2edfcbc199f7cb55c409055bd Mon Sep 17 00:00:00 2001 From: Gredin67 Date: Wed, 27 Mar 2024 11:14:37 +0100 Subject: [PATCH 1/3] ffi and yaml deps --- manifest.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest.toml b/manifest.toml index 5a57c71..d644aa0 100644 --- a/manifest.toml +++ b/manifest.toml @@ -84,6 +84,8 @@ ram.runtime = "50M" # For Ruby "libjemalloc-dev", + "libffi-dev", + "libyaml-dev", "curl", "build-essential", "libreadline-dev", From e3ac6eee972b19443c3d7d529cd90e7748f43e84 Mon Sep 17 00:00:00 2001 From: Gredin67 Date: Thu, 28 Mar 2024 00:24:18 +0100 Subject: [PATCH 2/3] bundler_version locked_settings --- conf/secrets.yml | 1 + scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/secrets.yml b/conf/secrets.yml index 36e4da1..eb32e20 100644 --- a/conf/secrets.yml +++ b/conf/secrets.yml @@ -40,3 +40,4 @@ production: disk_space_mb_alert: 1024 adminsys_email: '__ADMIN_MAIL__' allow_insecure_http: false + locked_settings: <%= ENV.fetch("LOCKED_SETTINGS", 'uuid,origin').split(/,/) %> \ No newline at end of file diff --git a/scripts/_common.sh b/scripts/_common.sh index 1f749c9..89cabfd 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= ruby_version="3.2.2" - +bundler_version=2.1.4 nodejs_version="18.15" # Workaround for Mastodon on Bullseye From 9af0480c7def95b3eed527c0aa25b5899e751612 Mon Sep 17 00:00:00 2001 From: Gredin67 Date: Thu, 28 Mar 2024 01:04:33 +0100 Subject: [PATCH 3/3] locked_settings --- conf/secrets.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/secrets.yml b/conf/secrets.yml index eb32e20..36e4da1 100644 --- a/conf/secrets.yml +++ b/conf/secrets.yml @@ -40,4 +40,3 @@ production: disk_space_mb_alert: 1024 adminsys_email: '__ADMIN_MAIL__' allow_insecure_http: false - locked_settings: <%= ENV.fetch("LOCKED_SETTINGS", 'uuid,origin').split(/,/) %> \ No newline at end of file