diff options
| author | yalh76 <yalh@yahoo.com> | 2021-03-22 20:54:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-22 20:54:42 +0100 |
| commit | 0337521cde48b451846f680add7dc0ed18d5545a (patch) | |
| tree | 72379ec6dcb02d543ed3185081a555acd98326ea /scripts/_common.sh | |
| parent | 1d258ddb722f29159e506c1c4fd8a8bc052afe89 (diff) | |
| parent | b01227d32602fe2239f1c74fa8ac06940230c52e (diff) | |
| download | mastodon_ynh-0337521cde48b451846f680add7dc0ed18d5545a.tar.gz mastodon_ynh-0337521cde48b451846f680add7dc0ed18d5545a.tar.bz2 mastodon_ynh-0337521cde48b451846f680add7dc0ed18d5545a.zip | |
Merge pull request #261 from YunoHost-Apps/ynh_ruby__3
Ynh ruby 3
Diffstat (limited to 'scripts/_common.sh')
| -rw-r--r-- | scripts/_common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/_common.sh b/scripts/_common.sh index 1c28aec..b6f4796 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -10,7 +10,7 @@ pkg_dependencies="imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev file git MEMORY_NEEDED="2560" RUBY_VERSION="2.7.2" -BUNDLER_VERSION="1.17.3" + NODEJS_VERSION="12" #================================================= |
