aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authoranmol <github@datamol.org>2019-01-07 10:08:57 +0530
committeranmol <github@datamol.org>2019-01-07 10:08:57 +0530
commit3436cdebe8a07a4da7ee53217afbd2517a594184 (patch)
tree531ab08ee4ca9685aec94e956083bf3484ed8a34 /scripts
parent8ca1f77c24a83c9a0deb12404e02d37984d5173b (diff)
downloadmastodon_ynh-3436cdebe8a07a4da7ee53217afbd2517a594184.tar.gz
mastodon_ynh-3436cdebe8a07a4da7ee53217afbd2517a594184.tar.bz2
mastodon_ynh-3436cdebe8a07a4da7ee53217afbd2517a594184.zip
Install bundler:1.16.5
Diffstat (limited to 'scripts')
-rw-r--r--scripts/install1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/install b/scripts/install
index 1536cd5..fceb134 100644
--- a/scripts/install
+++ b/scripts/install
@@ -209,6 +209,7 @@ ynh_replace_string "#SMTP_OPENSSL_VERIFY_MODE=peer" "SMTP_OPENSSL_V
cd "$final_path/live"
su mastodon <<INSTALL
$final_path/.rbenv/versions/2.5.3/bin/gem install bundler
+ $final_path/.rbenv/versions/2.5.3/bin/gem install bundler:1.16.5
$final_path/live/bin/bundle install -j$(getconf _NPROCESSORS_ONLN) --deployment --without development test
yarn install --production --no-progress --non-interactive --silent
echo "SAFETY_ASSURED=1">> .env.production