mirror of
https://github.com/YunoHost-Apps/discourse_ynh.git
synced 2024-09-03 18:26:18 +02:00
[fix] 2.8 install
This commit is contained in:
parent
2ab285986a
commit
02ee3807dc
4 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
"en": "Discussion platform",
|
||||
"fr": "Plateforme de discussion"
|
||||
},
|
||||
"version": "2.8.14~ynh1",
|
||||
"version": "2.8.14~ynh3",
|
||||
"url": "http://Discourse.org",
|
||||
"upstream": {
|
||||
"license": "GPL-2.0",
|
||||
|
|
|
@ -163,7 +163,7 @@ ynh_add_config --template="../conf/secrets.yml" --destination="$final_path/confi
|
|||
pushd "$final_path"
|
||||
ynh_use_ruby
|
||||
# Install bundler, a gems installer
|
||||
ynh_gem install bundler
|
||||
ynh_gem install bundler -v 2.4.22
|
||||
# Install without documentation
|
||||
ynh_exec_as $app echo "gem: --no-ri --no-rdoc" >> "$final_path/.gemrc"
|
||||
popd
|
||||
|
|
|
@ -108,7 +108,7 @@ ynh_script_progression --message="Reinstall Bundle Gem..."
|
|||
|
||||
pushd "$final_path"
|
||||
ynh_use_ruby
|
||||
ynh_gem install bundler
|
||||
ynh_gem install bundler -v 2.4.22
|
||||
popd
|
||||
|
||||
ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies
|
||||
|
|
|
@ -247,7 +247,7 @@ then
|
|||
|
||||
pushd "$final_path"
|
||||
# Install bundler, a gems installer
|
||||
ynh_gem install bundler
|
||||
ynh_gem install bundler -v 2.4.22
|
||||
# Install without documentation
|
||||
ynh_exec_as $app echo "gem: --no-ri --no-rdoc" >> "$final_path/.gemrc"
|
||||
popd
|
||||
|
|
Loading…
Add table
Reference in a new issue