aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-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