File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ Whether Bundler will install gems into the default system path (\fBGem\.dir\fR)\
172172\fB plugins \fR (\fB BUNDLE_PLUGINS \fR )
173173Enable Bundler's experimental plugin system\.
174174.TP
175- \fB prefer_patch \fR (BUNDLE_PREFER_PATCH )
175+ \fB prefer_patch \fR (\fB BUNDLE_PREFER_PATCH \fR )
176176Prefer updating only to next patch version during updates\. Makes \fB bundle update \fR calls equivalent to \fB bundler update \-\- patch \fR \.
177177.TP
178178\fB redirect \fR (\fB BUNDLE_REDIRECT \fR )
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ learn more about their operation in [bundle install(1)](bundle-install.1.html).
223223 Whether Bundler will install gems into the default system path (` Gem.dir ` ).
224224* ` plugins ` (` BUNDLE_PLUGINS ` ):
225225 Enable Bundler's experimental plugin system.
226- * ` prefer_patch ` (BUNDLE_PREFER_PATCH):
226+ * ` prefer_patch ` (` BUNDLE_PREFER_PATCH ` ):
227227 Prefer updating only to next patch version during updates. Makes ` bundle update ` calls equivalent to ` bundler update --patch ` .
228228* ` redirect ` (` BUNDLE_REDIRECT ` ):
229229 The number of redirects allowed for network requests. Defaults to ` 5 ` .
You can’t perform that action at this time.
0 commit comments