Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

gem update --system returns "no implicit conversion of nil into String"

Tags:

ruby

rubygems

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

like image 881
Hanna Rosul Avatar asked Feb 03 '16 20:02

Hanna Rosul


1 Answers

It could be due to incompatible gem versions (Maybe a gem doing Monkey patching?). Can you try to update a single gem?

like image 109
María Valero Avatar answered Sep 22 '22 09:09

María Valero