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
Right now our dependency on faraday-middleware means any app using this gem (or another gem that depends on it) cannot update to faraday 2.0, because the faraday-middleware gem is faraday 1.0-only.
As far as i can tell, we use faraday-middleware only for the "follow redirects" middleware.
Right now our dependency on
faraday-middleware
means any app using this gem (or another gem that depends on it) cannot update to faraday 2.0, because thefaraday-middleware
gem is faraday 1.0-only.As far as i can tell, we use faraday-middleware only for the "follow redirects" middleware.
ruby-oai/lib/oai/client.rb
Lines 97 to 99 in 3cdc12d
Updating ruby-oai to require faraday 2.x is likely to be disruptive to current users. We really want it to support 1.x or 2.x.
It's not entirely clear how to use that middleware while working with either faraday 1.x or 2.x
It may require some upstream PR's, looking into it.
lostisland/faraday#1358 (comment)
The text was updated successfully, but these errors were encountered: