/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
install rvm rvm install ruby-1.9.2-p180 rvm --default use 1.9.2-p180 gem install bundler bundle install