Skip to content

Instantly share code, notes, and snippets.

@a-bash
Created March 26, 2013 17:35
Show Gist options
  • Save a-bash/5247412 to your computer and use it in GitHub Desktop.
Save a-bash/5247412 to your computer and use it in GitHub Desktop.
Installing Gems Locally
You can specify the installation path with --path:
bundle install --path= './gems/'
This is a remembered option, so you only need to specify it the first time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment