taxjar / help_scout-sdk

Ruby Help Scout (aka HelpScout) SDK Using Mailbox API v2.0
MIT License
17 stars 27 forks source link

Faraday produces warnings #25

Open waghanza opened 1 year ago

waghanza commented 1 year ago

Hi @prsimp @andremleblanc @jjustinwhite,

I can see that this library is listed on https://developer.helpscout.com/open-source

This app produces warning on our end

Top level ::CompositeIO is deprecated, require 'multipart/post' and use `Multipart::Post::CompositeReadIO` instead!
Top level ::Parts is deprecated, require 'multipart/post' and use `Multipart::Post::Parts` instead!

due to faraday.

I can see that faraday version is very outdated in https://github.com/taxjar/help_scout-sdk/blob/27d665976ccd00eaf924ff7391b241b42a2aefa3/help_scout-sdk.gemspec#L34

Do we have any plan to update it (lot of breaking changes in current versions of faraday)

Regards,

prsimp commented 1 year ago

Hi @waghanza -- neither @andremleblanc or I work at TaxJar/Stripe anymore and I don't use or have access to HelpScout. As such, I personally don't have any immediate plans to work on this gem. Sorry I can't be more helpful.

Your best bet is probably to fork the gem and go from there, but you might also have luck reaching out to someone in the @taxjar org. Best of luck.

waghanza commented 1 year ago

Thanks for your help.

Maybe @fastdivision is the right person to ping.