Skip to content

Instantly share code, notes, and snippets.

@mcrmfc
Created March 22, 2011 15:46
Show Gist options
  • Save mcrmfc/881444 to your computer and use it in GitHub Desktop.
Save mcrmfc/881444 to your computer and use it in GitHub Desktop.
Bundler Cheat Sheet
To use a local packaged gem file:
1. Manually create vendor/cache
2. Add your .gem file to this directory
3. ALWAYS run bundle install with --no-cache option....all other gems will then be obtained from remote source
Note: when using :path, this can only be to a directory containing a .gemspec file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment