Skip to content

Instantly share code, notes, and snippets.

@unnitallman
Created February 28, 2012 06:16
Show Gist options
  • Save unnitallman/1930135 to your computer and use it in GitHub Desktop.
Save unnitallman/1930135 to your computer and use it in GitHub Desktop.
Adding bunder-stubs to a project
rvm get head && rvm reload
chmod +x $rvm_path/hooks/after_cd_bundler
cd /path/to/project
bundle install --binstubs=./bundler_stubs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment