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