anjlab / yandex-disk

Ruby client for Yandex.Disk with backup gem support
MIT License
33 stars 13 forks source link

follow_redirects is not registered on Faraday::Response #4

Open xiconet opened 10 years ago

xiconet commented 10 years ago

Faraday::Error: :follow_redirects is not registered on Faraday::Response

using faraday-0.9.0.rc7 and faraday_middleware 0.9.0

??? Thanks in advance for your help

yury commented 10 years ago

Actually, we don't need follow redirects. So I removed it.

Please try new version - v0.0.7

xiconet commented 10 years ago

In fact the problem disappeared when I upgraded to the latest Faraday.