pay-rails / pay

Payments for Ruby on Rails apps
https://github.com/pay-rails/pay
MIT License
1.98k stars 316 forks source link

Allow Stripe >= 10.11, < 13.0 #1019

Closed henrikbjorn closed 4 months ago

henrikbjorn commented 4 months ago

Pull Request

Summary:

Allow installing Stripe 12 and loosen the constraint since there hasn't been any significant changes between 10.11 and 12.

Related Issue:

Description:

Testing:

Screenshots (if applicable):

Checklist:

Additional Notes:

excid3 commented 4 months ago

Each Stripe major version change updates their API version so we want to be explicit with it.

henrikbjorn commented 4 months ago

@excid3 Any reason for closing it, instead of letting me update the version constraint to ~> 12.0 ?