mirror of
https://github.com/YunoHost-Apps/mastodon_ynh.git
synced 2024-09-03 19:46:02 +02:00
BUNDLER_VERSION factorization
This commit is contained in:
parent
736d7908b4
commit
b5556ae674
4 changed files with 5 additions and 3 deletions
|
@ -9,6 +9,8 @@ pkg_dependencies="imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev file git
|
|||
|
||||
RUBY_VERSION="2.6.5"
|
||||
|
||||
BUNDLER_VERSION="1.17.3"
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
#=================================================
|
||||
|
|
|
@ -157,7 +157,7 @@ ynh_script_progression --message="Installing Ruby..." --weight=424
|
|||
ynh_install_ruby --ruby_version=$RUBY_VERSION
|
||||
pushd "$final_path/live"
|
||||
gem update --system
|
||||
gem install bundler:1.17.3 --no-document
|
||||
gem install bundler:$BUNDLER_VERSION --no-document
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -117,7 +117,7 @@ ynh_script_progression --message="Installing Ruby..." --weight=393
|
|||
ynh_install_ruby --ruby_version=$RUBY_VERSION
|
||||
pushd "$final_path/live"
|
||||
gem update --system
|
||||
gem install bundler:1.17.3 --no-document
|
||||
gem install bundler:$BUNDLER_VERSION --no-document
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -252,7 +252,7 @@ ynh_script_progression --message="Installing Ruby..." --weight=424
|
|||
ynh_install_ruby --ruby_version=$RUBY_VERSION
|
||||
pushd "$final_path/live"
|
||||
gem update --system
|
||||
gem install bundler:1.17.3 --no-document
|
||||
gem install bundler:$BUNDLER_VERSION --no-document
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue