mirror of
https://github.com/YunoHost-Apps/decidim_ynh.git
synced 2024-09-03 18:26:00 +02:00
Fix 0.27.0
This commit is contained in:
parent
5367615928
commit
0fa5531286
4 changed files with 8 additions and 8 deletions
|
@ -4,10 +4,10 @@
|
|||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
|
||||
ruby_version=2.7.4
|
||||
ruby_version=3.0.2
|
||||
nodejs_version=16
|
||||
bundler_version=2.2.19
|
||||
rails_version=6.0.4
|
||||
rails_version=6.1
|
||||
|
||||
# dependencies used by the app (must be on a single line)
|
||||
pkg_dependencies="postgresql imagemagick redis-server"
|
||||
|
|
|
@ -127,8 +127,8 @@ ynh_script_progression --message="Installing gems..." --weight=1
|
|||
pushd $final_path
|
||||
ynh_use_ruby
|
||||
ynh_use_nodejs
|
||||
ynh_exec_warn_less $ynh_gem install bundler --version $bundler_version
|
||||
ynh_exec_warn_less $ynh_gem install rails --version $rails_version
|
||||
ynh_exec_warn_less $ynh_gem install bundler
|
||||
#ynh_exec_warn_less $ynh_gem install rails --version $rails_version
|
||||
ynh_exec_warn_less $ynh_gem install decidim -v $(ynh_app_upstream_version)
|
||||
ynh_exec_warn_less decidim live
|
||||
popd
|
||||
|
|
|
@ -117,8 +117,8 @@ ynh_script_progression --message="Installing gems..." --weight=1
|
|||
pushd $final_path
|
||||
ynh_use_ruby
|
||||
ynh_use_nodejs
|
||||
ynh_exec_warn_less $ynh_gem install bundler --version $bundler_version
|
||||
ynh_exec_warn_less $ynh_gem install rails --version $rails_version
|
||||
ynh_exec_warn_less $ynh_gem install bundler
|
||||
#ynh_exec_warn_less $ynh_gem install rails --version $rails_version
|
||||
ynh_exec_warn_less $ynh_gem install decidim -v $(ynh_app_upstream_version)
|
||||
popd
|
||||
|
||||
|
|
|
@ -118,8 +118,8 @@ then
|
|||
pushd $final_path
|
||||
ynh_use_ruby
|
||||
ynh_use_nodejs
|
||||
ynh_exec_warn_less $ynh_gem install bundler --version $bundler_version
|
||||
ynh_exec_warn_less $ynh_gem install rails --version $rails_version
|
||||
ynh_exec_warn_less $ynh_gem install bundler
|
||||
#ynh_exec_warn_less $ynh_gem install rails --version $rails_version
|
||||
ynh_exec_warn_less $ynh_gem install decidim -v $(ynh_app_upstream_version)
|
||||
popd
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue