We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The gem depends on faraday_middleware, which means that it only works with Faraday 1.x; it would be swell if it supported Faraday 2.x, too.
faraday_middleware
The text was updated successfully, but these errors were encountered:
Most recent gem version supports Faraday 2.x!
Sorry, something went wrong.
It looks like you missed one reference.
NameError: uninitialized constant Faraday::Response::Middleware class CloseioErrorHandler < Faraday::Response::Middleware
If you look at #77, this moved to Faraday::Middleware in Faraday 2.x...
Faraday::Middleware
Doh! Cutting a new version now.
Successfully merging a pull request may close this issue.
The gem depends on
faraday_middleware
, which means that it only works with Faraday 1.x; it would be swell if it supported Faraday 2.x, too.The text was updated successfully, but these errors were encountered: