Open mcelaney opened 1 year ago
neo4j-core gem is discontinued and superseded by activegraph which does not use Faraday. But thank you for offering help. We do have the per_thread_registry deprecation in activegraph though, so that one still needs to be fixed.
According to the upgrade guide Faraday Middleware was deprecated with the 2.0 release. It seems we're leveraging it for
faraday_middleware/multi_json
which seems to have just been refactored to Json and promoted to the Faraday gem itself?I'm happy to work on a solution for this but I have specs failing on
Failure/Error: require 'active_support/per_thread_registry'