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
You can use (like Tobias says, if you are using RVM)
rvm gemset empty [gemset]
Directly on the gemset, for example
rvm gemset empty 2.0.0@server