Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make httpclient dependency version more specific #109

Merged
merged 1 commit into from
Jun 9, 2015

Conversation

summera
Copy link
Contributor

@summera summera commented May 23, 2015

Fixes #99

The current gemspec locks down httpclient to 2.x versions. This allows httpclient 2.6 to be used with the current release of rets 0.7. httpclient 2.6 is not compatible with rets 0.7 (PR to fix that issue coming soon!). To fix the incompatibility in the current rets release, probably want to lock httpclient versions down to 2.4.x. You could release this is a patch to 0.7.

@summera
Copy link
Contributor Author

summera commented May 23, 2015

Also, httpclient~>2.5.0 seems to be compatible with rets 0.7 but I didn't want to upgrade the httpclient version in this patch

@summera
Copy link
Contributor Author

summera commented May 25, 2015

After pondering this for a bit, it may be better to set the httpclient version to >= 2.4, < 2.6. Thoughts?

@dougcole
Copy link
Contributor

This seems reasonable, but I'd prefer to hold off and see if we can just get #113 to work instead.

@summera summera force-pushed the fix-httpclient-versioning branch from 56aaa10 to 7a6fbca Compare June 9, 2015 18:56
dougcole added a commit that referenced this pull request Jun 9, 2015
Make httpclient dependency version more specific
@dougcole dougcole merged commit e61606c into estately:master Jun 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Undefined method with httpclient 2.6 and http-cookie
2 participants