diff options
| author | yalh76 <yalh@yahoo.com> | 2019-01-14 01:29:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-14 01:29:06 +0100 |
| commit | 25a9339c6e4861a432e3ad422b69bed8a851eea6 (patch) | |
| tree | 4fcb81ac62be69f7cb60de53b56be394f2936f7f /scripts | |
| parent | f68fb1a2ef01937a47d698fbca05fdfbf6905821 (diff) | |
| download | mastodon_ynh-25a9339c6e4861a432e3ad422b69bed8a851eea6.tar.gz mastodon_ynh-25a9339c6e4861a432e3ad422b69bed8a851eea6.tar.bz2 mastodon_ynh-25a9339c6e4861a432e3ad422b69bed8a851eea6.zip | |
Update install
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/install | 2 |
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 |
