I did something while trying to install the vestal_versions plug-in that ended up creating a vestal_versions directory in my app\'s root with the following:
bundle install makes the bundler install the gems in the respective directory. Running bundle install --system will set the install directory back to the system directory rather than the custom one you provided.