diff options
| author | yalh76 <yalh@yahoo.com> | 2020-05-19 01:20:45 +0200 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2020-05-19 01:20:45 +0200 |
| commit | 736d7908b4f31095e7a7b92fc632b0f6fad05e83 (patch) | |
| tree | 45d83101fca09da035e1ea32a6fb95e85254ebcf /scripts/_common.sh | |
| parent | 36ff48ac1d930f235217d5758f6bd33bac039cc5 (diff) | |
| download | mastodon_ynh-736d7908b4f31095e7a7b92fc632b0f6fad05e83.tar.gz mastodon_ynh-736d7908b4f31095e7a7b92fc632b0f6fad05e83.tar.bz2 mastodon_ynh-736d7908b4f31095e7a7b92fc632b0f6fad05e83.zip | |
RUBY_VERSION factorisation
Diffstat (limited to 'scripts/_common.sh')
| -rw-r--r-- | scripts/_common.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/_common.sh b/scripts/_common.sh index 015c1e9..f39b966 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,6 +7,8 @@ # 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" + #================================================= # PERSONAL HELPERS #================================================= |
