RallyTools / RallyRestToolkitForRuby

A toolkit wrapping Rally's REST webservice for Ruby
MIT License
47 stars 32 forks source link

change httpclient dependency to >=2.6.0.1 to resolve version compatible #62

Closed ssssSoulEater closed 7 years ago

ssssSoulEater commented 7 years ago

@klehman-rally Try to change httpclient dependency version to >=2.6.0.1

jessejensen commented 7 years ago

See pull request #60: https://github.com/RallyTools/RallyRestToolkitForRuby/pull/60

klehman-rally commented 7 years ago

We're going to hold off on this until we complete testing on newer versions of httpclient. We have a few test failures regarding proxy handling when using httpclient v2.8.3. The hope was that we could have an entry in the gemspec file along the lines of 'httpclient', '-> 2.8' but we need to dive in and find the root cause of the proxy related tests to see if it is related to versions of httpclient subsequent to 2.6.0.1

ssssSoulEater commented 7 years ago

Got it, thanks for reply.