Problem: Cannot install any gem, any type. But I want to install riddle if that matters.
When I run sudo gem install \"gem_name\" I get the following error:
sudo gem install \"gem_name\"
I solved this problem by
rm -rf ~/.gem
And then run "gem install" again