Created
July 31, 2012 19:39
-
-
Save hosh/3219860 to your computer and use it in GitHub Desktop.
Gemfile.local
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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