slimy You need to set up your Ruby environment first. If you have problem with building it, you can try to limit number of processes used during compilation. You can do it by adding rvm_make_flags=( -B -j1 )
to ~/.rvmrc
, e.g:
echo "rvm_make_flags=( -B -j1 )" > ~/.rvmrc