estately / rets

A pure-ruby library for fetching data from RETS servers
https://github.com/estately/rets
127 stars 94 forks source link

Bump httpclient version specifier to >= 2.7.0 #217

Closed deborasetton closed 4 years ago

deborasetton commented 4 years ago

Version 2.8 of httpclient has been out for a while now (since April 2016), and we're running into issues with other gems requiring v2.8 and rets not supporting it.

This PR specifies >= 2.7.0 so there is no impact for people who don't need to upgrade.

bspatafora commented 4 years ago

Thanks, @deborasetton!

dougcole commented 4 years ago

Ben and I made a couple small tweaks to this: https://github.com/estately/rets/pull/218. This protects us from any future breaking changes in httpclient 3.x.

We also shipped a new version of the gem, so your changes are available now: https://rubygems.org/gems/rets/versions/0.11.1

Thanks!