install Ruby in addition to just RVM

This commit is contained in:
Cyryl Płotnicki-Chudyk 2016-08-11 14:53:45 +02:00
parent 792a79443f
commit 5f9eab662d

View file

@ -101,7 +101,7 @@ fi
if [[ -z $NORUBY ]]; then
gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
curl -sSL https://get.rvm.io | bash -s stable
curl -sSL https://get.rvm.io | bash -s stable --ruby
fi
if [[ -z $NOVIM ]]; then