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:
parent
19795410a0
commit
2070a3fad9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue