kontena / k8s-client

Ruby Kubernetes API client
Apache License 2.0
76 stars 26 forks source link

Excon 0.62.0 issue #138

Closed bgeesaman closed 5 years ago

bgeesaman commented 5 years ago

Hi! Thanks for this lovely gem. It's the backbone of https://github.com/bgeesaman/inspec-k8s (the train-kubernetes plugin, specifically). I noticed when installing excon from other gems, it installs 0.64.0. When I install k8s-client, it pulls in 0.62.0. When using inspec, this can lead to both 0.62.0 and 0.64.0 installed and then they conflict when running inspec.

Would you consider changing the gem dependency to >= 0.62.0 and making a new versioned release?

Thanks!

kke commented 5 years ago

Sure. Optimally I would like to have the dependency dropped and replaced with plain net-http. Having dependencies in client libs is often a problem.

kke commented 5 years ago

https://rubygems.org/gems/k8s-client/versions/0.10.2