I run a sudo gem list
or gem query --local
, and it only lists a portion of the gem's installed.
For instance ruby-debug is installed, I'm using it to debug stuff...but it doesn't show up in the gem list.
I've tried to run gem update —system
and it doesn't do anything.
Note: if I then run a sudo gem install ruby-debug
it installs successfully and is then displayed in a gem list.