activemerchant / offsite_payments

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

Live and Test against Rails edge #314

Closed KaanOzkan closed 5 years ago

KaanOzkan commented 5 years ago

Live on the Rails edge. We can test the gem against latest Rails release (5.2) and Rails HEAD. Currently we have an upperbound constraint on ActionPack. We can remove this to be less conservative and not require it to be manually updated with future Rails releases. Since we will be testing against latest Rails automatically this should be safe as well.

resolves https://github.com/activemerchant/offsite_payments/issues/312

KaanOzkan commented 5 years ago

@pi3r Ready for review!

pi3r commented 5 years ago

Thanks for this!