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
Many versions of Valkyrie and ActiveFedora have Faraday ~> 0.9 type
dependencies whereas the Faraday redirect middleware requires Faraday ~> 1.0
or some such thing.
This is a complex dependency update. So instead we should replace Faraday with
Httparty.
> Many versions of Valkyrie and ActiveFedora have Faraday `~> 0.9` type
> dependencies whereas the Faraday redirect middleware requires Faraday
> `~> 1.0` or some such thing.
Updating Valkyrie and ActiveFedora's different branches and versions to
later Faraday versions.
Closes#31
- #31
> Many versions of Valkyrie and ActiveFedora have Faraday `~> 0.9` type
> dependencies whereas the Faraday redirect middleware requires Faraday
> `~> 1.0` or some such thing.
Updating Valkyrie and ActiveFedora's different branches and versions to
later Faraday versions.
Closes#31
- #31
Many versions of Valkyrie and ActiveFedora have Faraday
~> 0.9
typedependencies whereas the Faraday redirect middleware requires Faraday
~> 1.0
or some such thing.
This is a complex dependency update. So instead we should replace Faraday with
Httparty.
Related to:
The text was updated successfully, but these errors were encountered: