savonrb / httpi

Common interface for Ruby's HTTP clients
http://httpirb.com
MIT License
300 stars 150 forks source link

pin rack < 3 for now #235

Closed pcai closed 2 years ago

pcai commented 2 years ago

Ref: #236

Rack 3.0 was released recently and has a number of breaking changes and deprecations. We should lock to the prior version until we have explicitly validated support for all the breaking changes.

https://github.com/rack/rack/blob/main/CHANGELOG.md#300beta1---2022-08-08

Locally I get 10 rspec failures if I naively upgrade to rack 3 and run bundle exec rspec: image