aboutsummaryrefslogtreecommitdiff
path: root/scripts/_common.sh
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2021-01-06 01:46:32 +0100
committeryalh76 <yalh@yahoo.com>2021-01-06 01:46:32 +0100
commit0963d081aad00c2657c01affcb6d3f970c742186 (patch)
treeb5483303d56dea89b33667d8edea6bbe4fd70484 /scripts/_common.sh
parent2f85f60c70211ba3aef6bed0d0a622d012ed08d0 (diff)
downloadmastodon_ynh-0963d081aad00c2657c01affcb6d3f970c742186.tar.gz
mastodon_ynh-0963d081aad00c2657c01affcb6d3f970c742186.tar.bz2
mastodon_ynh-0963d081aad00c2657c01affcb6d3f970c742186.zip
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