-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove use of rest-client since it's no longer maintained #65
Comments
The bigger problem I see (until they have a replacement is that version 2.17 now has a restriction on version 2.0.2 of rest-client when older versions (like 2.8.6) worked perfectly fine with the version of 2.1.0 of rest-client. I don't see how going back to an older version makes any sense. |
Given how frequently http vulnerabilities pop up, this is really neglectful of Chargebee. |
Any updates here? |
Hey @jfloff, @lilith, @jmlagace, @Oneill38! We've released the beta version of the library, now using Net::HTTP and removing rest-client as a dependency. Could you give it a spin in your test environments and share any feedback? Thanks! 🙌 |
I will take a look at this this weekend using our application. It uses just a couple CB calls but I will go through them in our tests |
It looks like the
rest-client
gem no longer has any active maintainers and has not had a commit since 2019. A different http lib should be used that has active maintainers who are fixing bugs and security issues.The text was updated successfully, but these errors were encountered: