Skip to content

Commit 3c55288

Browse files
deivid-rodriguezhsbt
authored andcommitted
[rubygems/rubygems] Document that global_gem_cache also caches compiled extensions
ruby/rubygems@265f718be7
1 parent 3eeffea commit 3c55288

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/bundler/man/bundle-config.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Sets the \fB\-\-key\fR parameter for \fBgem push\fR when using the \fBrake relea
117117
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\.
118118
.TP
119119
\fBglobal_gem_cache\fR (\fBBUNDLE_GLOBAL_GEM_CACHE\fR)
120-
Whether Bundler should cache all gems globally, rather than locally to the configured installation path\.
120+
Whether Bundler should cache all gems and compiled extensions globally, rather than locally to the configured installation path\.
121121
.TP
122122
\fBignore_funding_requests\fR (\fBBUNDLE_IGNORE_FUNDING_REQUESTS\fR)
123123
When set, no funding requests will be printed\.

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

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

0 commit comments

Comments
 (0)