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

bundle update

Run bundle update

Install missing migrations

rake railties:install:migrations

Run migrations

rails db:migrate

Read the release notes

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