Skip to content

Instantly share code, notes, and snippets.

@azizshamim
Created June 13, 2013 21:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azizshamim/5777352 to your computer and use it in GitHub Desktop.
Save azizshamim/5777352 to your computer and use it in GitHub Desktop.
veewee still sucks
shamim@ataxerxes:~ (ruby-1.9.3-p194)$ rvm gemset create foo
gemset created foo => /Users/ashamim/.rvm/gems/ruby-1.9.3-p194@foo
ashamim@ataxerxes:~ (ruby-1.9.3-p194)$ rvm gemset use foo
Using ruby-1.9.3-p194 with gemset foo
ashamim@ataxerxes:~ (ruby-1.9.3-p194@foo)$ gem list
*** LOCAL GEMS ***
bundler (1.3.5)
rake (0.8.7)
rvm (1.11.3.5)
ashamim@ataxerxes:~ (ruby-1.9.3-p194@foo)$ gem install veewee
^CERROR: Interrupted
ashamim@ataxerxes:~ (ruby-1.9.3-p194@foo)$ gem install veewee
ERROR: While executing gem ... (Gem::DependencyError)
Unable to resolve dependencies: fog requires net-scp (~> 1.1); vagrant requires net-scp (~> 1.0.4)
ashamim@ataxerxes:~ (ruby-1.9.3-p194@foo)$
@njam
Copy link

njam commented Jul 21, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment