mirror of
https://github.com/YunoHost-Apps/mastodon_ynh.git
synced 2024-09-03 19:46:02 +02:00
Fix bundler
This commit is contained in:
parent
2462892ff1
commit
180db2eb33
2 changed files with 2 additions and 2 deletions
|
@ -149,7 +149,7 @@ ynh_script_progression --message="Installing Ruby..." --weight=424
|
|||
|
||||
ynh_install_ruby --ruby_version=2.6.5
|
||||
/opt/rbenv/versions/2.6.5/bin/gem update --system
|
||||
#/opt/rbenv/versions/2.6.5/bin/gem install bundler --no-document
|
||||
/opt/rbenv/versions/2.6.5/bin/gem install bundler:1.17.3 --no-document
|
||||
|
||||
#=================================================
|
||||
# MODIFY A CONFIG FILE
|
||||
|
|
|
@ -237,7 +237,7 @@ ynh_script_progression --message="Installing Ruby..." --weight=424
|
|||
|
||||
ynh_install_ruby --ruby_version=2.6.5
|
||||
/opt/rbenv/versions/2.6.5/bin/gem update --system
|
||||
#/opt/rbenv/versions/2.6.5/bin/gem install bundler
|
||||
/opt/rbenv/versions/2.6.5/bin/gem install bundler:1.17.3 --no-document
|
||||
|
||||
#=================================================
|
||||
# MODIFY A CONFIG FILE
|
||||
|
|
Loading…
Reference in a new issue