diff options
| author | yalh76 <yalh@yahoo.com> | 2019-05-11 02:17:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-11 02:17:06 +0200 |
| commit | 02cb1e50851e5278cbf6844fbf2525528dd4ddd5 (patch) | |
| tree | dad507ff2887c7232c4fb292cd1b7c8d1d0f9b83 /scripts/restore | |
| parent | 750402c9c2c8bca9c172b67a5e78d2788f211c04 (diff) | |
| parent | ee4f535aa785b4258719b1e7df5a285b030ce7d5 (diff) | |
| download | mastodon_ynh-02cb1e50851e5278cbf6844fbf2525528dd4ddd5.tar.gz mastodon_ynh-02cb1e50851e5278cbf6844fbf2525528dd4ddd5.tar.bz2 mastodon_ynh-02cb1e50851e5278cbf6844fbf2525528dd4ddd5.zip | |
Merge pull request #141 from YunoHost-Apps/v2.8.2
Upgrade to 2.8.2
Diffstat (limited to 'scripts/restore')
| -rw-r--r-- | scripts/restore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/restore b/scripts/restore index 6e39fb5..a31fa29 100644 --- a/scripts/restore +++ b/scripts/restore @@ -104,8 +104,8 @@ ynh_install_app_dependencies $pkg_dependencies # INSTALLING RUBY AND BUNDLER #================================================= -ynh_install_ruby --ruby_version=2.6.0 -/opt/rbenv/versions/2.6.0/bin/gem update --system +ynh_install_ruby --ruby_version=2.6.1 +/opt/rbenv/versions/2.6.1/bin/gem update --system #================================================= # RESTORE THE POSTGRESQL DATABASE |
