Ruby

From KeegansWiki
Jump to navigation Jump to search

Installing Ruby with git

Ruby itself

Gems

  • export GEM_HOME=/home/builder/.rvm/gems/ruby-1.9.2-p180
  • gem install bundler

cd to the gem source directory with a Gemfile in it

  • bundle install
  • rake install