From 027757937a6e0104e6ae57211d0a9ea45d33f95f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Busqu=C3=A9?= Date: Tue, 14 Sep 2021 12:52:22 +0200 Subject: [PATCH] Fix staled upgrade instructions on the Gemfile's post-install message The old upgrade task was removed in #4157 --- core/solidus_core.gemspec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/core/solidus_core.gemspec b/core/solidus_core.gemspec index 76fba589d06..30871b7bc84 100644 --- a/core/solidus_core.gemspec +++ b/core/solidus_core.gemspec @@ -55,7 +55,12 @@ $ bin/rails g solidus:install If you are updating Solidus from an older version, please run the following commands to complete the update: -$ bin/rails solidus:upgrade +$ bin/rails g solidus:update + +Please, don't forget to look at the CHANGELOG to see what has changed and +whether you need to perform other tasks. + +https://github.com/solidusio/solidus/blob/master/CHANGELOG.md Please report any issues at: - https://github.com/solidusio/solidus/issues