Skip to content

Commit 265f718

Browse files
Document that global_gem_cache also caches compiled extensions
1 parent c950720 commit 265f718

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bundler/lib/bundler/man/bundle-config.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Sets the \fB\-\-key\fR parameter for \fBgem push\fR when using the \fBrake relea
114114
The name of the file that bundler should use as the \fBGemfile\fR\. This location of this file also sets the root of the project, which is used to resolve relative paths in the \fBGemfile\fR, among other things\. By default, bundler will search up from the current working directory until it finds a \fBGemfile\fR\.
115115
.TP
116116
\fBglobal_gem_cache\fR (\fBBUNDLE_GLOBAL_GEM_CACHE\fR)
117-
Whether Bundler should cache all gems globally, rather than locally to the configured installation path\.
117+
Whether Bundler should cache all gems and compiled extensions globally, rather than locally to the configured installation path\.
118118
.TP
119119
\fBignore_funding_requests\fR (\fBBUNDLE_IGNORE_FUNDING_REQUESTS\fR)
120120
When set, no funding requests will be printed\.

bundler/lib/bundler/man/bundle-config.1.ronn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ learn more about their operation in [bundle install(1)](bundle-install.1.html).
140140
will search up from the current working directory until it finds a
141141
`Gemfile`.
142142
* `global_gem_cache` (`BUNDLE_GLOBAL_GEM_CACHE`):
143-
Whether Bundler should cache all gems globally, rather than locally to the
144-
configured installation path.
143+
Whether Bundler should cache all gems and compiled extensions globally,
144+
rather than locally to the configured installation path.
145145
* `ignore_funding_requests` (`BUNDLE_IGNORE_FUNDING_REQUESTS`):
146146
When set, no funding requests will be printed.
147147
* `ignore_messages` (`BUNDLE_IGNORE_MESSAGES`):

0 commit comments

Comments
 (0)