Skip to content

Instantly share code, notes, and snippets.

@0rvar
Created September 25, 2012 08:16
Show Gist options
  • Save 0rvar/3780591 to your computer and use it in GitHub Desktop.
Save 0rvar/3780591 to your computer and use it in GitHub Desktop.
require 'net-ssh-shell'
require 'net-ssh'
Trying to run:
$ ruby deploy.rb udp 10 oi10osm edu/dod/lab1 1 ↵
/Users/orvar/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/rubygems/specification.rb:1637:in `raise_if_conflicts': Unable to activate net-ssh-shell-0.2.0, because net-ssh-2.6.0 conflicts with net-ssh (~> 2.1.0) (Gem::LoadError)
from /Users/orvar/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/rubygems/specification.rb:746:in `activate'
from /Users/orvar/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/rubygems.rb:212:in `rescue in try_activate'
from /Users/orvar/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/rubygems.rb:209:in `try_activate'
from /Users/orvar/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/rubygems/custom_require.rb:59:in `rescue in require'
from /Users/orvar/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/rubygems/custom_require.rb:35:in `require'
from deploy.rb:2:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment