Skip to content

Instantly share code, notes, and snippets.

@hosh
Created July 31, 2012 19:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hosh/3219860 to your computer and use it in GitHub Desktop.
Save hosh/3219860 to your computer and use it in GitHub Desktop.
Gemfile.local
# Add this snippet at the bottom of your Gemfile
# This allows you to add gems for debugging that you may not want to
# version.
# If you want to load debugging tools into the bundle exec sandbox,
# add these additional dependencies into Gemfile.local
eval(IO.read(__FILE__ + '.local'), binding) if File.exists?(__FILE__ + '.local')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment