Closed skryukov closed 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
>= 1.0
This PR fixes minimal Faraday version.
Running tests with Faraday < 0.16, and 0.17.0-0.17.2 raises the following error:
But I would suggest restricting Faraday with
>= 1.0
since 0.16.x release was rolled back: https://github.com/lostisland/faraday/issues/1049