It looks like our dependencies may have gotten out of whack.
You'll need to install net-ssh manually.
sudo gem install net-ssh
I just added the dependency in version control, any subsequent errors
will likely be other missing gems.
Thanks,
Luke Bayes
It looks to me like that's the missing dependency, not net-sftp.
It's a little confusing with the net-* packages.
Thanks,
Luke
It seems that gems can set up a system variable based on the last gem
installation that has occurred, and tools like apt-get, Eclipse,
X-Code and/or Mac Ports can change where you think gems are installed.
Now that you mention it, I believe the recommended fix was to
reinstall gems where you want it, which would supercede the other
location.
I'm glad you figured it out, and thanks for posting to the list!
Luke Bayes
Hey Alex,
Would you mind filing a bug on this one, that way I'll remember to dig
a little deeper before the next release.
Thanks!
Luke