master
branch of all spree-contrib
extensions should work with Spree >= 3.1
and < 4.0
. Please change your extensions in Gemfile eg.:bundle update
UserMethods
in your User
classspree_auth_devise
.Spree::UserMethods
in your user class, eg.aws-sdk
gem to >= 2.0
bundle update aws-sdk
s3_region
attribute eg. https://github.com/spree/spree/blame/master/guides/content/developer/customization/s3_storage.md#L27//= require jquery.validate/jquery.validate.min
you will need to add this file manually to your project because this library was removed from Spree in favor of native HTML5 validation.