1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/decidim_ynh.git synced 2024-09-03 18:26:00 +02:00
decidim_ynh/scripts/_common.sh

23 lines
590 B
Bash
Raw Normal View History

2022-04-30 21:19:50 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2022-11-05 16:17:16 +01:00
ruby_version=3.0.2
2022-09-02 01:04:03 +02:00
nodejs_version=16
bundler_version=2.2.19
2022-11-05 16:17:16 +01:00
rails_version=6.1
2022-09-02 01:04:03 +02:00
2022-04-30 21:19:50 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================