Skip to content

Instantly share code, notes, and snippets.

@timruffles
Created July 18, 2014 14:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timruffles/fd21f127886bb0f00458 to your computer and use it in GitHub Desktop.
Save timruffles/fd21f127886bb0f00458 to your computer and use it in GitHub Desktop.
install a single gem in bundler - via __END__
gem "https://rubygems.org"
gem "pg" # here's the target gem
__END__ # use the ever-useful __END__ to ignore the rest of our gems with no commenting required!
gem "rails"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment