Can't install chef, gem version conflict with net-ssh net-ssh-multi net-ssh-gateway

Posted by Mojo on Stack Overflow See other posts from Stack Overflow or by Mojo
Published on 2013-02-06T20:22:56Z Indexed on 2014/06/02 3:28 UTC
Read the original article Hit count: 438

Filed under:
|
|

Using rvm, and an empty gemset, I get this:

$ gem install chef --no-ri --no-rdoc
ERROR:  While executing gem ... (Gem::DependencyError)
    Unable to resolve dependencies: chef requires net-ssh (~> 2.2.2); net-ssh-multi requires net-ssh (>= 2.6.5); net-ssh-gateway requires net-ssh (>= 2.6.5)

I've tried resolving it by installing earlier versions of net-ssh-gateway and net-ssh-multi, but net-ssh-multi version 1.1 confounds me by installing 1.1.2.

© Stack Overflow or respective owner

Related posts about rubygems

Related posts about chef