Suse Notes - newgeekorder/TechWiki GitHub Wiki

Ruby

  • for ruby native compiles especially cucumber install
sudo zypper in ruby-devel

RVM - which manages local ruby and gem versions for development

Install the local rvm and configure ruby

gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
 \curl -sSL https://get.rvm.io | bash -s stable --ruby

you will be instructed to source the new config file

To version a gemset

rvm gemset create cucumber 202