Closed olleolleolle closed 4 years ago
Hi, @adelevie! This project is nice, and I use it. Can you review this PR?
Apologies for not cc @xavdid 👋
@olleolleolle thanks for these contributions! I can't speak for the others, but I don't use parse anymore and haven't been maintaining this at all. I'm happy to merge this for you. If this project is something you're spending time on, I might use and maintain a fork, or ask Alan to add you as a contributor to this repo (I'm unable to do that)
I'm currently using this gem, and Parse, and would like it to keep on humming.
Fixes #227
This PR edits the gemspec to hold back Faraday to versions before 0.15.0.
Build is 🟢
Background
The reason for keeping the version pinned now is that the Retry middleware in this gem depends on details in Faraday < 0.15.0.
A future-proof fix would be to make this gem use Faraday 1.0 (new error classes, new retry internals) and base this gem's retry middleware on newer Faraday stuff.
Solution