summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Lance <stefan@lances.net>2015-03-25 15:48:07 -0500
committerStefan Lance <stefan@lances.net>2015-03-25 15:48:07 -0500
commite843638022ce1d0acdedab5c706ada9fe00d416f (patch)
tree1681b50160b6e9d2e590aa3a5640c7dcf9acf43b
parentd500268965400f555b1b5d97acc3ec05db7313d1 (diff)
downloadbundler-e843638022ce1d0acdedab5c706ada9fe00d416f.tar.gz
Add documentation for disable_multisource
-rw-r--r--man/bundle-config.ronn4
1 files changed, 4 insertions, 0 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index 8bbc5140e1..1a47fc150f 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -35,6 +35,10 @@ local and global sources. Not compatible with --global or --local flag.
Executing bundle with the `BUNDLE_IGNORE_CONFIG` environment variable set will
cause it to ignore all configuration.
+Executing `bundle config disable_multisource true` upgrades the warning about
+the Gemfile containing multiple primary sources to an error. Executing `bundle
+config --delete disable_multisource` downgrades this error to a warning.
+
## BUILD OPTIONS
You can use `bundle config` to give bundler the flags to pass to the gem