RVM: List all gems in current gemset ignoring global & default
for global: rvm @global do gem list for other gemsets: GEM_PATH=$GEM_HOME gem list @global is a gemset that all other gemsets inherit for given ruby, it does not inherit for m itself so it’s safe to select it and run gem list in it’s context. For all other gemsets you can use the fact that … Read more