diff options
author | Samuel Giddins <segiddins@segiddins.me> | 2018-07-16 22:34:50 -0700 |
---|---|---|
committer | Samuel Giddins <segiddins@segiddins.me> | 2018-07-29 16:50:25 -0700 |
commit | 946e801679f9279b917a0e4427be6f71a1535011 (patch) | |
tree | 7f5efd1fafd9b2449d2c0ae384acfda49a3ae231 /man | |
parent | 42c4609e01c0869f5341f658d2a345a8969fa3e2 (diff) | |
download | bundler-946e801679f9279b917a0e4427be6f71a1535011.tar.gz |
[Settings] Append the ruby scope on Bundler 2 with a global path setting
Diffstat (limited to 'man')
-rw-r--r-- | man/bundle-config.ronn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn index 15f78937dd..4d8bda61f7 100644 --- a/man/bundle-config.ronn +++ b/man/bundle-config.ronn @@ -198,6 +198,9 @@ learn more about their operation in [bundle install(1)](bundle-install.1.html). * `global_gem_cache` (`BUNDLE_GLOBAL_GEM_CACHE`): Whether Bundler should cache all gems globally, rather than locally to the installing Ruby installation. +* `global_path_appends_ruby_scope` (`BUNDLE_GLOBAL_PATH_APPENDS_RUBY_SCOPE`): + Whether Bundler should append the Ruby scope (e.g. engine and ABI version) + to a globally-configured path. * `ignore_messages` (`BUNDLE_IGNORE_MESSAGES`): When set, no post install messages will be printed. To silence a single gem, use dot notation like `ignore_messages.httparty true`. |