ruby

The simplest way to install Ruby and it's dependencies is to use rvm. This will install everything it needs, and contain itself and its files inside /usr/local/rvm

curl -L get.rvm.io | bash -s stable
gpasswd -a steve rvm
source /etc/profile.d/rvm.sh
rvm install 1.9.3