ERROR: While executing gem ... (Gem::GemNotFoundException)
Deleting the cached files as suggested in other posts results in the error:
ERROR: While executing gem ... (ArgumentError)
Solution
As suggested, you need to do:
gem install rubygems-update
update_rubygems
which should be updating the gem version to the latest one, ie 1.3.0
No comments:
Post a Comment
Tell me what you think