gem 'spree', github: 'spree/spree', branch: '2-4-stable'```
Run `bundle update spree`.
## Copy and run migrations
Copy over the migrations from Spree (and any other engine) and run them using
rake railties:install:migrations
## Read the release notes
For information about changes contained within this release, please read the [2.4.0 Release Notes](http://guides.spreecommerce.org/release_notes/spree_2_4_0.html).
## Verify that everything is OK
Click around in your store and make sure it's performing as normal. Fix any deprecation warnings you see.