docs/developer/upgrades/4.6-to-4.7.mdx
bundle update
bin/rake spree:install:migrations && bin/rails db:migrate
If you're using Spree Frontend gem, run the following additional commands to get everything set up correctly with the updated gems:
bin/rails g spree:frontend:install
For information about changes contained within this release, please read the Spree 4.7.0 Release Notes.