summaryrefslogtreecommitdiff
path: root/man/bundle-config.ronn
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2017-06-16 22:02:47 -0400
committerSamuel Giddins <segiddins@segiddins.me>2017-06-27 17:25:35 +0200
commit2c9f3272b9107e0c090ce472e4437f8b614e2d4f (patch)
tree5cc8edd8b259da03f5825f4592bb7c6d3dbe6865 /man/bundle-config.ronn
parentfb3e6eac3d61b4232382d35e230cdf79ddc64a9e (diff)
downloadbundler-2c9f3272b9107e0c090ce472e4437f8b614e2d4f.tar.gz
Put the global gem cache behind a feature flag
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 9fc62edae3..de041b7ab8 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -237,6 +237,9 @@ learn more about their operation in [bundle install(1)][bundle-install].
* `allow_bundler_dependency_conflicts` (`BUNDLE_ALLOW_BUNDLER_DEPENDENCY_CONFLICTS`):
Allow resolving to specifications that have dependencies on `bundler` that
are incompatible with the running Bundler version.
+* `global_gem_cache` (`BUNDLE_GLOBAL_GEM_CACHE`):
+ Whether Bundler should cache all gems globally, rather than locally to the
+ installing Ruby installation.
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.