diff options
| author | yalh76 <yalh@yahoo.com> | 2022-06-16 08:29:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-16 08:29:23 +0200 |
| commit | efa2d628920edce255ff406b28a97b1dd20e3d74 (patch) | |
| tree | 50df0f235d8c7665b27e4a60bab624c7e21c2d1d /scripts | |
| parent | 124b0c903b16f8e29714859d39c2b0e0de5568b5 (diff) | |
| parent | 3e6416fbf5302656dcd5d4f5c1e06a85a1e7512f (diff) | |
| download | mastodon_ynh-efa2d628920edce255ff406b28a97b1dd20e3d74.tar.gz mastodon_ynh-efa2d628920edce255ff406b28a97b1dd20e3d74.tar.bz2 mastodon_ynh-efa2d628920edce255ff406b28a97b1dd20e3d74.zip | |
Merge pull request #335 from YunoHost-Apps/testing
Upgrade version to match the .ruby-version file
Diffstat (limited to 'scripts')
| -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 |
