You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: