Update gems

bundle update

Install missing migrations

rake railties:install:migrations

Run migrations

rails db:migrate

Migrate Spree::Taxon icons to Spree Assets

We changed Spree::Taxon icon to use Spree::Asset to unify attachment usage across all Spree models. If you were using icon images in Spree::Taxon please run this to migrate your icons:

rails db:migrate_taxon_icons

Read the release notes

For information about changes contained within this release, please read the 3.4.0 Release Notes.