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

Unable to resolve dependencies: mccloud requires net-ssh (~> 2.2.2) #37

Closed
leek opened this issue May 1, 2013 · 3 comments
Closed

Unable to resolve dependencies: mccloud requires net-ssh (~> 2.2.2) #37

leek opened this issue May 1, 2013 · 3 comments

Comments

@leek
Copy link

leek commented May 1, 2013

Pardon my Ruby/gem ignorance -- However, I was only attempting to install mccloud for the first time and was abruptly stopped with the following error:

leek ~ % gem install mccloud                                                                                                                                                                                               
ERROR:  While executing gem ... (Gem::DependencyError)
    Unable to resolve dependencies: mccloud requires net-ssh (~> 2.2.2)
leek ~ % gem list                                                                                                                                                                                                                         

*** LOCAL GEMS ***

animation (0.1.alpha.3)
ansi (1.4.3)
builder (3.2.0)
capifony (2.2.8)
capistrano (2.14.2)
capistrano-ext (1.2.1)
capistrano-maintenance (0.0.2)
capistrano_colors (0.5.5)
chunky_png (1.2.8, 1.2.7)
colored (1.2)
compass (0.12.2)
compass_twitter_bootstrap (2.2.2.2)
excon (0.20.1)
ffi (1.8.1)
fog (1.10.1)
formatador (0.2.4)
fssm (0.2.10)
highline (1.6.18)
i18n (0.6.4)
inifile (2.0.2)
json (1.7.7)
listen (1.0.2, 0.7.3)
mime-types (1.23)
multi_json (1.7.2)
net-scp (1.1.0)
net-sftp (2.1.1)
net-ssh (2.6.7)
net-ssh-gateway (1.2.0)
nokogiri (1.5.9)
railsless-deploy (1.1.0)
rb-fsevent (0.9.3)
rb-inotify (0.9.0)
rb-kqueue (0.2.0)
ruby-hmac (0.4.0)
rubygems-update (2.0.3, 2.0.0)
sass (3.2.8, 3.2.7)
terminal-table (1.4.5)
@leek
Copy link
Author

leek commented May 31, 2013

For the other Ruby newbies (like me) out there who just want to install this gem and get going, apparently it is as simple as: gem install net-ssh -v 2.2.2

Edit: Nevermind - that only solves installation.

@leek leek closed this as completed May 31, 2013
@leek leek reopened this May 31, 2013
@jedi4ever
Copy link
Owner

hm - interesting , I added travisci support and it seems to cleanly install?

https://travis-ci.org/jedi4ever/mccloud

@leek
Copy link
Author

leek commented Jun 3, 2013

@jedi4ever I don't think that would ever catch the issue, since only the version required would ever be installed. Perhaps try adding this to your .travis.yml:

before_install: gem install net-ssh

@leek leek closed this as completed Jul 5, 2013
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