Created
August 17, 2010 00:53
-
-
Save liwh/528062 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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