solidusio / solidus_auth_devise

🔑 Devise authentication for your Solidus store.
http://solidus.io
BSD 3-Clause "New" or "Revised" License
52 stars 124 forks source link

Update migrations to support Rails 5.1 #201

Closed brchristian closed 3 years ago

brchristian commented 3 years ago

Until Solidus 3.0.0 we are still supporting Rails 5.1, and so we should make sure the migrations are 5.1 or lower, otherwise Solidus users on Rails 5.1 will see ArgumentError: Unknown migration version "5.2"; expected one of "4.2", "5.0", "5.1" when they try to run rake db:migrate.

brchristian commented 3 years ago

Great point @kennyadsl, updated and force-pushed!