Closed ProGM closed 5 years ago
I can repro this as well when using net-http-persistent
with faraday
and after upgrading to 3.0.0 .. adding references below
breaking change in 3.0.0 https://github.com/drbrain/net-http-persistent/commit/5d4b76c22dd38d29b6fbc1ed700a2a1c78c5abc4
https://github.com/lostisland/faraday/blob/master/lib/faraday/adapter/net_http_persistent.rb#L21
Interim fix is to use 2.9.x with faraday https://github.com/lostisland/faraday/issues/617
I believe this is fixed by https://github.com/lostisland/faraday/pull/619
We are using
net-http-persistent
withfaraday
in ourneo4j-core
gem.https://github.com/neo4jrb/neo4j-core/blob/478595b5c6ee6cda2602aad4080ab4a7ea8f0ce3/lib/neo4j/core/cypher_session/adaptors/http.rb#L141
After upgrading to
3.0.0
, it breaks on initialization, with: