activemerchant / offsite_payments

A simple and unified API to handle dozens of different offsite payment pages.
MIT License
169 stars 200 forks source link

Change shopify-money version to >= 2.0 in gemspec. #387

Closed k3rni closed 1 week ago

k3rni commented 2 weeks ago

Shopify wants to update offsite_payments to 3.0. However, there is a conflicting dependency on shopify-money. In core, we want 3.0 but offsite_payments specifies ~> 2.0.

This dependency is only present in the gemspec, but not in Gemfile - it's unbounded there.

Additionally, since version 3.0 this gem no longer supports non-Shopify Money gem, so removed that section from the README.