diff options
| author | yalh76 <yalh@yahoo.com> | 2021-03-08 00:57:36 +0100 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2021-03-08 00:57:36 +0100 |
| commit | e4332ad1371693519afce985a7ac8a3b1853022b (patch) | |
| tree | 73c08cd829072e455bd9ba6184b7ae433eb1307a | |
| parent | 91ef58fdea28d22e16999e72d2990281fb52b3c2 (diff) | |
| download | mastodon_ynh-e4332ad1371693519afce985a7ac8a3b1853022b.tar.gz mastodon_ynh-e4332ad1371693519afce985a7ac8a3b1853022b.tar.bz2 mastodon_ynh-e4332ad1371693519afce985a7ac8a3b1853022b.zip | |
ynh_gem update
| -rw-r--r-- | scripts/install | 2 | ||||
| -rw-r--r-- | scripts/restore | 2 | ||||
| -rw-r--r-- | scripts/upgrade | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/scripts/install b/scripts/install index a3bc479..a37bbba 100644 --- a/scripts/install +++ b/scripts/install @@ -145,7 +145,7 @@ ynh_script_progression --message="Installing Ruby..." pushd "$final_path/live" ynh_use_ruby - # ynh_gem update --system + ynh_gem update --system ynh_gem install bundler --no-document popd diff --git a/scripts/restore b/scripts/restore index 64ac8f8..a8cfd30 100644 --- a/scripts/restore +++ b/scripts/restore @@ -113,7 +113,7 @@ ynh_script_progression --message="Installing Ruby..." pushd "$final_path/live" ynh_use_ruby - # ynh_gem update --system + ynh_gem update --system ynh_gem install bundler --no-document popd diff --git a/scripts/upgrade b/scripts/upgrade index 7a095ad..aa96bef 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -222,7 +222,7 @@ ynh_script_progression --message="Installing Ruby..." pushd "$final_path/live" ynh_use_ruby - # ynh_gem update --system + ynh_gem update --system ynh_gem install bundler --no-document popd |
