Last active
December 26, 2015 05:58
-
-
Save sirupsen/7104058 to your computer and use it in GitHub Desktop.
Vendor all the things with Bundler. This is ~/.bundler/config.
This file contains 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
--- | |
BUNDLE_PATH: ./vendor/bundle | |
BUNDLE_DISABLE_SHARED_GEMS: '1' | |
BUNDLE_JOBS: 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment