Back to Spree

3.1 to 3.2

docs/developer/upgrades/3.1-to-3.2.mdx

5.4.2629 B
Original Source

Update your Rails version to 5.0

Spree 3.1 requires Rails 4.2 at a minimum. Please follow the official Rails guide to upgrade your application.

Update gems

bash
bundle update

Run bundle update

Install missing migrations

bash
rake railties:install:migrations

Run migrations

bash
rails db:migrate

Read the release notes

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