aboutsummaryrefslogtreecommitdiff
path: root/scripts/_common.sh
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2021-02-25 20:26:22 +0100
committerGitHub <noreply@github.com>2021-02-25 20:26:22 +0100
commitd3172db5407767d08b94030a53b8d7c360499952 (patch)
tree4c6c68a73659155f6998b5120476b257cc057f4f /scripts/_common.sh
parent057a2804247cc396a224df4b80427d3c9f7fe636 (diff)
parent867c83b3f8e768cf110b8d9f1426a2751a88339a (diff)
downloadmastodon_ynh-d3172db5407767d08b94030a53b8d7c360499952.tar.gz
mastodon_ynh-d3172db5407767d08b94030a53b8d7c360499952.tar.bz2
mastodon_ynh-d3172db5407767d08b94030a53b8d7c360499952.zip
Merge pull request #253 from YunoHost-Apps/upgrade
Upgrade to 3.3.0~ynh1
Diffstat (limited to 'scripts/_common.sh')
-rw-r--r--scripts/_common.sh12
1 files changed, 3 insertions, 9 deletions
diff --git a/scripts/_common.sh b/scripts/_common.sh
index ad4ed8e..1c28aec 100644
--- a/scripts/_common.sh
+++ b/scripts/_common.sh
@@ -9,15 +9,9 @@ pkg_dependencies="imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev file git
MEMORY_NEEDED="2560"
-if [ "$(lsb_release --codename --short)" = "buster" ]; then
- RUBY_VERSION="2.6.6"
- BUNDLER_VERSION="1.17.3"
- NODEJS_VERSION="12"
-else
- RUBY_VERSION="2.6.5"
- BUNDLER_VERSION="1.17.3"
- NODEJS_VERSION="10"
-fi
+RUBY_VERSION="2.7.2"
+BUNDLER_VERSION="1.17.3"
+NODEJS_VERSION="12"
#=================================================
# PERSONAL HELPERS