diff options
| author | yalh76 <yalh@yahoo.com> | 2020-01-01 15:41:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-01 15:41:36 +0100 |
| commit | 168573d3d7dcc4306691f21d5b64819d1f6dd38c (patch) | |
| tree | 7c221662e992a09a64db3608eab4941ebcb3d539 /scripts/upgrade | |
| parent | 7c299ee01c2e596ae1e89333bb20032ba5dbeef5 (diff) | |
| parent | a85f1bbe2f147fe89098e26a4b17922390eabeeb (diff) | |
| download | mastodon_ynh-168573d3d7dcc4306691f21d5b64819d1f6dd38c.tar.gz mastodon_ynh-168573d3d7dcc4306691f21d5b64819d1f6dd38c.tar.bz2 mastodon_ynh-168573d3d7dcc4306691f21d5b64819d1f6dd38c.zip | |
Merge pull request #187 from YunoHost-Apps/testing
Fix bundler
Diffstat (limited to 'scripts/upgrade')
| -rw-r--r-- | scripts/upgrade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upgrade b/scripts/upgrade index edff694..9c7eaf7 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -237,7 +237,7 @@ ynh_script_progression --message="Installing Ruby..." --weight=424 ynh_install_ruby --ruby_version=2.6.5 /opt/rbenv/versions/2.6.5/bin/gem update --system -#/opt/rbenv/versions/2.6.5/bin/gem install bundler +/opt/rbenv/versions/2.6.5/bin/gem install bundler:1.17.3 --no-document #================================================= # MODIFY A CONFIG FILE |
