ruby - RVM gemset import by removing currently installed gems which do not match the import set -


i wondering if there option in rvm clean import of gemset, thereby removing gems/versions not match gems listed in gemset import.

of course possible do

rvm --force gemset empty && rvm gemset import import.gems 

but takes long time because has download , install gems again. nice if there --overwrite option or establish behavior.


Comments

Popular posts from this blog

c++ - CPP, 'X' button listener -

shared memory - gstreamer shmsrc and shmsink with h264 data -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -