I decided to upgrade to Ruby 2.0.0 and Rails 4.0.0. I'm trying to set these as my default programs, by using this line:
rvm use 2.0.0@rails-4.0.0 --default
I get the error
Failed to load /Users/michaeldunnegan/.gemrc because it doesn't contain valid YAML hash
My .gemrc file is blank. I don't know what to do. I can't find any references at all.