Why Bundle Install is installing gems in vendor/bundle?
问题 Whenever I do bundle install all of the gems get installed at app_dir/vendor/bundle path and consumes loads of disk space. I also tried installing gems where it should get installed i.e gemsets while development by this: bundle install --no-deployement but this isn't working for me and installeing gems at vendor/bundle . How can I make it to be installed globally for all applications or in ruby gemsets location ? I also tried removing .bundle/config but nothing changed. I am using: rvm