1
0
Fork 0
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:
ljf 2024-01-31 23:32:02 +01:00
parent 2ab285986a
commit 02ee3807dc
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View file

@ -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",

View file

@ -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

View file

@ -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

View file

@ -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