Create a new gemset with RVM

To use different Ruby versions on your computer you can use the Ruby Version Manager Show archive.org snapshot . It also allows you to pack different gemsets for each of your applications. In order to create on of those just type ...

rvm use 1.8.7-p323@makandra_project_xy --create

This command creates and switches to the newly created gemset.