diff options
| author | yalh76 <yalh@yahoo.com> | 2021-02-26 20:57:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-26 20:57:41 +0100 |
| commit | 27eafa9fd59c56ab915f03d080980bd1ab156590 (patch) | |
| tree | 4c6c68a73659155f6998b5120476b257cc057f4f /scripts/_common.sh | |
| parent | a233ccc644d97aa89756fac9f0ce68c98d81d27c (diff) | |
| parent | d3172db5407767d08b94030a53b8d7c360499952 (diff) | |
| download | mastodon_ynh-27eafa9fd59c56ab915f03d080980bd1ab156590.tar.gz mastodon_ynh-27eafa9fd59c56ab915f03d080980bd1ab156590.tar.bz2 mastodon_ynh-27eafa9fd59c56ab915f03d080980bd1ab156590.zip | |
Merge pull request #258 from YunoHost-Apps/testing
Upgrade to 3.3.0~ynh1
Diffstat (limited to 'scripts/_common.sh')
| -rw-r--r-- | scripts/_common.sh | 12 |
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 |
