oesmith / puffing-billy

A rewriting web proxy for testing interactions between your browser and external sites. Works with ruby + rspec.
MIT License
656 stars 170 forks source link

Update min 'faraday' gem version required #285

Closed vfonic closed 4 years ago

vfonic commented 4 years ago

This fixes the specs failure as Faraday::Error::ConnectionFailed has been deprecated, and later removed in 'faraday' v1.0.0, in favor of Faraday::ConnectionFailed

ronwsmith commented 4 years ago

Thanks for the contribution! I'll try to get this released soon.

ronwsmith commented 4 years ago

Released in 2.3.1

vfonic commented 4 years ago

Woohoo! Look at those green tests! 😍