Skip to content

Commit 3eeffea

Browse files
deivid-rodriguezhsbt
authored andcommitted
[rubygems/rubygems] Improve sentence
"locally to the installing Ruby installation" felt a bit confusing. ruby/rubygems@c950720719
1 parent 6a58089 commit 3eeffea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 installing Ruby installation\.
120+
Whether Bundler should cache all gems 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ learn more about their operation in [bundle install(1)](bundle-install.1.html).
145145
`Gemfile`.
146146
* `global_gem_cache` (`BUNDLE_GLOBAL_GEM_CACHE`):
147147
Whether Bundler should cache all gems globally, rather than locally to the
148-
installing Ruby installation.
148+
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)