-
Notifications
You must be signed in to change notification settings - Fork 983
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
Faraday 1.9.0 should depend on faraday-httpclient 1.0 #1368
Comments
Sorry @jcoyne, hotfixes for all the 2.0 adapters are on their way, I only did |
Ah, so since Faraday 1.9 requires all the adapters, it's a problem if even one of them has this problem: https://github.com/lostisland/faraday/blob/1.x/lib/faraday.rb#L38-L43 |
Possibly related to this, but a github action
|
All v2 adapters have been fixed (re-released as |
With faraday-1.9.3, I still constantly get this:
I tried to require it and everyting works file, httpclient is right here but faraday just cannot import it.
|
|
@hankcs your issue looks slightly different from the one in the issue. I'd be happy to help but I'd need additional information to understand what's wrong.
|
Hi @iMacTia , thanks for your prompt response.
|
@hankcs that was my guess as well, there seems to be an issue with how dependencies are managed in the project. If your project does have a |
Yes, I ended up with using the nethttp that is included in the |
Currently it will install faraday-httpclient 2.0 resulting in an error like:
https://github.com/lostisland/faraday/blob/1.x/faraday.gemspec#L21
The text was updated successfully, but these errors were encountered: