diff options
| author | yalh76 <yalh@yahoo.com> | 2020-08-09 00:06:17 +0200 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2020-08-09 00:06:17 +0200 |
| commit | aa87c94ae0b5134a90fb17e90b9d7c3296abfe47 (patch) | |
| tree | 2079e9a9187d11e838e407652654792688c0cc38 /scripts/_common.sh | |
| parent | 61a523591137c0d817ad07d2c604cd314caf0dad (diff) | |
| download | mastodon_ynh-aa87c94ae0b5134a90fb17e90b9d7c3296abfe47.tar.gz mastodon_ynh-aa87c94ae0b5134a90fb17e90b9d7c3296abfe47.tar.bz2 mastodon_ynh-aa87c94ae0b5134a90fb17e90b9d7c3296abfe47.zip | |
Upgrade to 3.2.0
Diffstat (limited to 'scripts/_common.sh')
| -rw-r--r-- | scripts/_common.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/_common.sh b/scripts/_common.sh index 2cf8424..d03e8ff 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,11 +7,11 @@ # dependencies used by the app pkg_dependencies="imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev file git-core g++ libprotobuf-dev protobuf-compiler pkg-config gcc autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm3|libgdbm6 libgdbm-dev redis-server redis-tools postgresql postgresql-contrib libidn11-dev libicu-dev libjemalloc-dev curl apt-transport-https" -RUBY_VERSION="2.6.5" +RUBY_VERSION="2.6.6" BUNDLER_VERSION="1.17.3" -NODEJS_VERSION="10" +NODEJS_VERSION="12" MEMORY_NEEDED="2560" |
