-
-
Notifications
You must be signed in to change notification settings - Fork 507
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
Support latest Faraday #918
Comments
I took a look into this the other day, I think I can help move this forward @olleolleolle 🙌 For Faraday 2.0 I think it needs to be addressed on Typhoeus typhoeus/typhoeus#686 🤔 |
I have been using vcr with faraday 2.0 for over a month now with no problems. What am I missing? Does it depend on the adapter being used? |
Ah, I see. I didn't realize vcr has some sort of custom faraday middleware that is activated with config.hook_into :webmock |
@mattbrictson Thanks for the workaround note, I amended the Description. |
CI runs now indicate that we need to accommodate latest Faraday.
Ideal situation is that we support Faraday 1.x and Faraday 2.x for at least a period of time.
This happens on all runs, all Rubies.
Update: Clarification, this is about the
config.hook_into :faraday
middleware.If you use webmock, you are unaffected.
The text was updated successfully, but these errors were encountered: