diff options
| author | yalh76 <yalh@yahoo.com> | 2022-06-13 17:46:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-13 17:46:02 +0200 |
| commit | 3fb4b90c708abbb2fb2fa774591d687bc19e7a9c (patch) | |
| tree | b6b6c9233713219756fa3efb90fb93cfd348b7d3 | |
| parent | 67b98816286a65bcdf7252b5590e9486a73655f5 (diff) | |
| parent | f3d9d63509d65b987cb51aed862bbc1ddff0fd39 (diff) | |
| download | mastodon_ynh-3fb4b90c708abbb2fb2fa774591d687bc19e7a9c.tar.gz mastodon_ynh-3fb4b90c708abbb2fb2fa774591d687bc19e7a9c.tar.bz2 mastodon_ynh-3fb4b90c708abbb2fb2fa774591d687bc19e7a9c.zip | |
Merge pull request #334 from YunoHost-Apps/Tagadda-patch-1
Upgrade version to match the .ruby-version file
| -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 142584e..cac433c 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -9,7 +9,7 @@ pkg_dependencies="imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev file git build_pkg_dependencies="" memory_needed="2560" -ruby_version=2.7.2 +ruby_version=3.0.3 nodejs_version=12 # Workaround for Mastodon on Bullseye |
