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

chef-ssl-client 1.1.0 incompatible with berkshelf 3.x #19

Open
pmocek opened this issue Jul 17, 2014 · 1 comment
Open

chef-ssl-client 1.1.0 incompatible with berkshelf 3.x #19

pmocek opened this issue Jul 17, 2014 · 1 comment

Comments

@pmocek
Copy link

pmocek commented Jul 17, 2014

chef-ssl-client 1.1.0 depends on faraday 0.8.9. Berkshelf 3.x depends on faraday 0.9.x:

$ bundle
Bundler could not find compatible versions for gem "faraday":
 In Gemfile:
   berkshelf (>= 3.0.0) ruby depends on
     faraday (~> 0.9.0) ruby

   chef-ssl-client (>= 0) ruby depends on
     spice (= 1.0.4) ruby depends on
       faraday (0.8.9)
@chrisa
Copy link
Contributor

chrisa commented Jul 17, 2014

Hmm, that's not going to be easy: even the latest version of spice has the same faraday dependency.

A quick look around suggests our alternatives for a Chef API client are ridley, which has some considerable number of dependencies, and chef-api, which is still in heavy development. Both appear to be bundle-compatible with berkshelf, though!

I'll have a look and see which might work best here.

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

No branches or pull requests

2 participants