Skip to content

Instantly share code, notes, and snippets.

@rgould
Created March 5, 2012 17:07
Show Gist options
  • Save rgould/1979419 to your computer and use it in GitHub Desktop.
Save rgould/1979419 to your computer and use it in GitHub Desktop.
rvm install 1.9.3-p125
rvm use 1.9.3-p125
rvm gemset create gaggleup
cd ~/gaggleup
gem install bundler
bundle config build.ruby-debug-base19 --with-ruby-include=$rvm_path/src/$(rvm tools strings)
bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment