You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix api_key String spec errors with stripe-ruby-mock 2.3.1
`TypeError: api_key must be a string` errors happen with certain version
combinations of stripe-ruby and stripe-ruby-mock. Certain versions of
stripe-ruby-mock seem to be the trigger (e.g. 2.1.0) used in combination
with more recent stripe-ruby versions (e.g. 1.55.0) that perform the
api_key-String check.
0 commit comments