plaid / plaid-ruby

Ruby bindings for Plaid
https://plaid.com/docs
MIT License
225 stars 143 forks source link

Upgrading to faraday v2 #440

Closed walski closed 1 year ago

walski commented 1 year ago

Addresses #435

Let me know what I can do to make merging this as easy as possible for you.

faraday-multipart supports faraday v1 since it's version 1.0.1 (see Changelog). As this is the only actual code change in this PR, this should not have any impact on users of faraday v1.

Thanks,

Thorben

phoenixy1 commented 1 year ago

@walski thank you for this contribution! I have backported this PR into our internal client library repo and the change should be present in the next client library release. I will be closing this PR as this repo is fully automatically generated and changes here get overwritten by changes to the internal repo.

walski commented 1 year ago

Thank you!