How can I remove all the gems installed using bundle install in a particular RoR project. I don\'t want to uninstall gems that are used by other projects.
bundle install
Comment out all gems in your Gemfile and run
bundle clean --force