Skip to content

Instantly share code, notes, and snippets.

@ymendel
Created September 28, 2008 06:16
Show Gist options
  • Save ymendel/13418 to your computer and use it in GitHub Desktop.
Save ymendel/13418 to your computer and use it in GitHub Desktop.
Cassady:~ yossef$ sudo gem update english
Updating installed gems
Updating english
ERROR: While executing gem ... (Gem::InstallError)
english requires facets >=2.0.0
(>= 0, runtime)
Cassady:~ yossef$ gem list facets
*** LOCAL GEMS ***
facets (2.4.4)
Cassady:~ yossef$
Cassady:~ yossef$ sudo gem update rubygems-update
Updating installed gems
Updating rubygems-update
Successfully installed rubygems-update-1.3.0
ERROR: While executing gem ... (NameError)
undefined local variable or method `remote_gemspecs' for #<Gem::Commands::UpdateCommand:0x10193b0>
Cassady:~ yossef$ gem --version
1.2.0
Cassady:~ yossef$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment