Whenever I do bundle install all of the gems get installed at
bundle install
app_dir/vendor/bundle
path and consumes loads of disk space. I a
To Install Gem in system wide avoiding path vendor/bundle, just run the following command in project directory
bundle install --system