solidusio / solidus_paypal_commerce_platform

💳 Integrate Solidus with Paypal Commerce Platform
https://developer.paypal.com/docs/platforms/
BSD 3-Clause "New" or "Revised" License
17 stars 24 forks source link

Fix migration version #194

Closed tvdeyen closed 1 year ago

tvdeyen commented 1 year ago

We still support Rails 5.2 with this gem, because we allow Solidus 3.0, which in return still allows Rails 5.2. Installing this extension during a dummy app install in another extension fails, if the dummy app still is a Rails 6.0 app.

tvdeyen commented 1 year ago

This is related to this https://github.com/solidusio/solidus/pull/5001