Skip to content

Instantly share code, notes, and snippets.

@liwh
Created August 17, 2010 00:53
Show Gist options
  • Save liwh/528062 to your computer and use it in GitHub Desktop.
Save liwh/528062 to your computer and use it in GitHub Desktop.
Sometimes,when we remove some gem,but got some error like this:
gem uninstall ***
ERROR: While executing gem ... (NoMethodError)
undefined method `name' for nil:NilClass
This is a error in gem 1.3.4. so we should update the gem version.we should update the gem version to 1.3.5 to correct the problem.
gem install rubygems-update -v 1.3.5
update_rubygems --no-ri --no-rdoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment