Skip to content

Instantly share code, notes, and snippets.

@myabc
Created March 19, 2012 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save myabc/2126969 to your computer and use it in GitHub Desktop.
Save myabc/2126969 to your computer and use it in GitHub Desktop.
function local_gemfile_on()
{
export BUNDLE_GEMFILE='Gemfile.local'; echo "Gemfile.local is being used…"
}
function local_gemfile_off()
{
unset BUNDLE_GEMFILE; echo "Gemfile is being used…"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment