{ Josh Rendek }

<3 Go & Kubernetes

If you run into an issue with bundler always installing into a directory then you may have accidentily run:

1bundle install foobar
and now its installing into foobar.

You can run:

1bundle install --system

To go back to installing gems to the system/RVM path.

comments powered by Disqus