Disable gemrc configuration
So you've done some configuration of your rubygems via the .gemrc
file but now you want to bypass that.
The --norc
flag will do just that:
gem install decent_exposure --norc
Now any configuration in your .gemrc
will be ignored.
For more info, check out the Rubygems documentation
Tweet