Rails: bundler installing into a directory
Nov 17, 2011 · 1 min
If you run into an issue with bundler always installing into a directory then you may have accidentily run:
1bundle install foobarYou can run:
1bundle install --systemTo go back to installing gems to the system/RVM path.