Closed deborasetton closed 5 years ago
Thanks, @deborasetton!
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!
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.