aboutsummaryrefslogtreecommitdiff
path: root/scripts/install
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2019-01-14 01:29:06 +0100
committerGitHub <noreply@github.com>2019-01-14 01:29:06 +0100
commit25a9339c6e4861a432e3ad422b69bed8a851eea6 (patch)
tree4fcb81ac62be69f7cb60de53b56be394f2936f7f /scripts/install
parentf68fb1a2ef01937a47d698fbca05fdfbf6905821 (diff)
downloadmastodon_ynh-25a9339c6e4861a432e3ad422b69bed8a851eea6.tar.gz
mastodon_ynh-25a9339c6e4861a432e3ad422b69bed8a851eea6.tar.bz2
mastodon_ynh-25a9339c6e4861a432e3ad422b69bed8a851eea6.zip
Update install
Diffstat (limited to 'scripts/install')
-rw-r--r--scripts/install2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install b/scripts/install
index 62263db..2c3993c 100644
--- a/scripts/install
+++ b/scripts/install
@@ -206,7 +206,7 @@ chown -R "$app": "$final_path"
(
cd "$final_path/live"
su mastodon <<INSTALL
- $final_path/.rbenv/versions/2.5.3/bin/gem install bundler --no-ri --no-rdoc
+ $final_path/.rbenv/versions/2.5.3/bin/gem install bundler:1.16.6 --no-ri --no-rdoc
$final_path/live/bin/bundle install \
-j$(getconf _NPROCESSORS_ONLN) \
--deployment --without development test