-
Notifications
You must be signed in to change notification settings - Fork 35
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
Outdated faraday due to faraday_hal_middleware #129
Comments
May I suggest also pinging the author via twitter, for instance? I've had success with that approach in the past. Otherwise, as |
Good idea(s) @ivoanjo. On JSON note that in Grape we got rid of multi_json and are considering it just one of possible JSON adapters. See ruby-grape/grape#1623 |
Ah, interesting approach. I'm not a huge fan of just picking when the library is required (e.g. if somehow something causes Just my 0.02c but other than that I agree that some may not want the burden of At @Talkdesk we had our own |
Yes, explicit is better. Grape had to do this because of backwards compatibility. |
I opened fetch/faraday_hal_middleware#3, lets see if we can get some attention first. |
@espen Do you want to finish this one now that faraday_hal_middleware 0.1.0 has been released? |
faraday_hal_middleware is using an old version of Faraday:
faraday_middleware', ['>= 0.9', '< 0.10']
.This blocks hyperclient from using the latest version of faraday (currently 0.13.1).
faraday_hal_middleware hasn't been updated for a while but I have submitted a pull request here: fetch/faraday_hal_middleware#1
The text was updated successfully, but these errors were encountered: