bundle install <directory name>
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.
bundle install <directory name>
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.