1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mastodon_ynh.git synced 2024-09-03 19:46:02 +02:00

fix bundle 2.5.1

This commit is contained in:
nemsia 2018-05-16 12:07:46 +02:00
parent 19795410a0
commit 2070a3fad9

View file

@ -130,7 +130,7 @@ ln -s $final_path/.rbenv/versions/2.5.1/bin/ruby /usr/bin/ruby || true
sudo su - $app <<MCOMMANDS
pushd ~/live
$final_path/.rbenv/versions/2.5.1/bin/gem install bundler
bin/bundle install --deployment --without development test
$final_path/.rbenv/versions/2.5.1/bin/bundle install --deployment --without development test
yarn install --pure-lockfile
MCOMMANDS
)