When I type commands such as "rails server" or "rails console", I receive a large error message.
The error message
Failed to load /Users/user_name/.gemrc because it doesn't contain valid YAML hash
The trouble started when I ran these series of commands about an hour earlier.
sudo gem update --system
9934 gem install gemcutter
9935 gem tumble
9936 gem update --system
Based on my research I am speculating that this has something to do with my .gemrc file which is currently blank.
I am out of my depth and would appreciate any assistance.
Thank you