summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-05-07 15:35:46 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-05-07 15:35:46 +0200
commit017e19f924827d9bd1019f82d605492463ad244d (patch)
treefc082a9c2fc0ed2e39b046a32084a8abade7abe5 /man
parentb1c7297ccfd59879d4181d72b171f3ea88ac5fbd (diff)
downloadbundler-017e19f924827d9bd1019f82d605492463ad244d.tar.gz
Remove global_path_appends_ruby_scope setting
This is a bug fix, so it makes no sense to make it configurable. Also, the fix is unlikely to cause problems other than maybe needing a fresh `bundle install` on some edge cases. So, let's ship the fix and remove the setting.
Diffstat (limited to 'man')
-rw-r--r--man/bundle-config.ronn3
1 files changed, 0 insertions, 3 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index 9242a59f95..7d3b8dcc8d 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -202,9 +202,6 @@ 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`.