How can I reset the bundler install path to default?
I had initially set it with bundle install --path .gems
but now I'd like to reset it to the default system location.
bundle install --system
Edit - this command has now been updated!
See @Najmul's answer for the latest version