From 4d3f39406fcbd5867b59ba5db691c042f9a1262f Mon Sep 17 00:00:00 2001 From: antoine claval Date: Fri, 12 Jan 2024 01:09:34 -0600 Subject: [PATCH] Bump ruby to 3.0.0 (#168) * Auto-update README * Bump ruby to 3.0.0 --------- Co-authored-by: JimboJoe Co-authored-by: yunohost-bot --- README.md | 2 +- README_fr.md | 2 +- scripts/_common.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f1a5d99..712f57f 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ systemctl restart discourse * Official app website: * Upstream app code repository: -* YunoHost documentation for this app: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 74bad4c..8df1f33 100644 --- a/README_fr.md +++ b/README_fr.md @@ -197,7 +197,7 @@ systemctl restart discourse * Site officiel de l’app : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs diff --git a/scripts/_common.sh b/scripts/_common.sh index 10d395d..5b9f7ca 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -9,7 +9,7 @@ pkg_dependencies="postgresql postgresql-client postgresql-contrib imagemagick libjemalloc1|libjemalloc2" build_pkg_dependencies="libcurl4-openssl-dev libyaml-dev libxml2-dev libpq-dev libreadline-dev brotli libunwind-dev libtcmalloc-minimal4 cmake pngcrush pngquant advancecomp jhead jpegoptim libjpeg-turbo-progs optipng" -ruby_version="2.7.6" +ruby_version="3.0.0" nodejs_version="16"