lostisland / sawyer

Secret User Agent of HTTP
MIT License
247 stars 75 forks source link

Specify correct minimal Faraday version #73

Closed skryukov closed 2 years ago

skryukov commented 2 years ago

This PR fixes minimal Faraday version.

Running tests with Faraday < 0.16, and 0.17.0-0.17.2 raises the following error:

faraday-0.15.4/lib/faraday/options.rb:166:in `new': tried to create Proc object without a block (ArgumentError)

But I would suggest restricting Faraday with >= 1.0 since 0.16.x release was rolled back: https://github.com/lostisland/faraday/issues/1049