Support
RVM is maintained by community of volunteers, report issues to RVM issues tracker.
If you can help or wish to become one of the maintainers - just start helping. You can find more RVM related projects at RVM Github organization.
Sponsors
Carbon Ads

If you empty a gemset, rvm will prompt you for confirmation. This action removes all gems installed in the gemset.

$ rvm gemset use albinochipmunk
$ rvm gemset empty albinochipmunk

To skip confirmation, pass the --force flag:
$ rvm gemset use albinochipmunk
$ rvm --force gemset empty albinochipmunk