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"