-
I was recently updating one of my apps and when I bumped some gem versions stripe updated to version 14 and the pay gem to 9.0.1 but the required version for stripe with this version of pay is 13. I was thinking it would be great to have required versions to be at least greater than the last stable version, so in this case > 13. I know some stripe versions may require changes to the Pay::Stripe module but new pay installs with stripe will fetch the latest version unless the versions are specified in the gem file Line 30 in a03faf8 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
No, major version changes require testing so each version needs to be tested against specifically. |
Beta Was this translation helpful? Give feedback.
No, major version changes require testing so each version needs to be tested against specifically.