Reputation: 81
Running gem update --system keeps returning error
# gem update --system
Updating rubygems-update
ERROR: While executing gem ... (TypeError)
no implicit conversion of nil into String
How to fix it?
Verbose: http://pastebin.com/2uBYEMTi
Upvotes: 7
Views: 1485
Reputation: 226
It could be due to incompatible gem versions (Maybe a gem doing Monkey patching?). Can you try to update a single gem?
Upvotes: 1