summaryrefslogtreecommitdiff
path: root/man/bundle-config.ronn
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2017-06-27 17:39:34 +0200
committerSamuel Giddins <segiddins@segiddins.me>2017-06-28 13:42:45 +0200
commit5d257f1b3b2223a79db565948cefd9f4a5599c0a (patch)
treeaae2c3d46d4b0a918870cdb8300bc0ada1ccde49 /man/bundle-config.ronn
parent34234e5e67425fa5d1e857d436846175b6a3b3df (diff)
downloadbundler-5d257f1b3b2223a79db565948cefd9f4a5599c0a.tar.gz
[DSL] Remove default git sources on 2.0seg-no-default-git-sources
Diffstat (limited to 'man/bundle-config.ronn')
-rw-r--r--man/bundle-config.ronn3
1 files changed, 3 insertions, 0 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index de041b7ab8..4085d2726c 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -240,6 +240,9 @@ learn more about their operation in [bundle install(1)][bundle-install].
* `global_gem_cache` (`BUNDLE_GLOBAL_GEM_CACHE`):
Whether Bundler should cache all gems globally, rather than locally to the
installing Ruby installation.
+* `skip_default_git_sources` (`BUNDLE_SKIP_DEFAULT_GIT_SOURCES`):
+ Whether Bundler should skip adding default git source shortcuts to the
+ Gemfile DSL.
In general, you should set these settings per-application by using the applicable
flag to the [bundle install(1)][bundle-install] or [bundle package(1)][bundle-package] command.