Skip to content

Commit a3d2d2c

Browse files
authored
Merge pull request #9474 from toy/patch-1
fix formatting for BUNDLE_PREFER_PATCH variable in man page
2 parents cde4988 + 0876250 commit a3d2d2c

32 files changed

Lines changed: 33 additions & 33 deletions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" generated with Ronn-NG/v0.10.1
22
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1
3-
.TH "BUNDLE\-ADD" "1" "March 2026" ""
3+
.TH "BUNDLE\-ADD" "1" "April 2026" ""
44
.SH "NAME"
55
\fBbundle\-add\fR \- Add gem to the Gemfile and run bundle install
66
.SH "SYNOPSIS"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" generated with Ronn-NG/v0.10.1
22
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1
3-
.TH "BUNDLE\-BINSTUBS" "1" "March 2026" ""
3+
.TH "BUNDLE\-BINSTUBS" "1" "April 2026" ""
44
.SH "NAME"
55
\fBbundle\-binstubs\fR \- Install the binstubs of the listed gems
66
.SH "SYNOPSIS"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" generated with Ronn-NG/v0.10.1
22
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1
3-
.TH "BUNDLE\-CACHE" "1" "March 2026" ""
3+
.TH "BUNDLE\-CACHE" "1" "April 2026" ""
44
.SH "NAME"
55
\fBbundle\-cache\fR \- Package your needed \fB\.gem\fR files into your application
66
.SH "SYNOPSIS"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" generated with Ronn-NG/v0.10.1
22
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1
3-
.TH "BUNDLE\-CHECK" "1" "March 2026" ""
3+
.TH "BUNDLE\-CHECK" "1" "April 2026" ""
44
.SH "NAME"
55
\fBbundle\-check\fR \- Verifies if dependencies are satisfied by installed gems
66
.SH "SYNOPSIS"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" generated with Ronn-NG/v0.10.1
22
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1
3-
.TH "BUNDLE\-CLEAN" "1" "March 2026" ""
3+
.TH "BUNDLE\-CLEAN" "1" "April 2026" ""
44
.SH "NAME"
55
\fBbundle\-clean\fR \- Cleans up unused gems in your bundler directory
66
.SH "SYNOPSIS"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" generated with Ronn-NG/v0.10.1
22
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1
3-
.TH "BUNDLE\-CONFIG" "1" "March 2026" ""
3+
.TH "BUNDLE\-CONFIG" "1" "April 2026" ""
44
.SH "NAME"
55
\fBbundle\-config\fR \- Set bundler configuration options
66
.SH "SYNOPSIS"
@@ -172,7 +172,7 @@ Whether Bundler will install gems into the default system path (\fBGem\.dir\fR)\
172172
\fBplugins\fR (\fBBUNDLE_PLUGINS\fR)
173173
Enable Bundler's experimental plugin system\.
174174
.TP
175-
\fBprefer_patch\fR (BUNDLE_PREFER_PATCH)
175+
\fBprefer_patch\fR (\fBBUNDLE_PREFER_PATCH\fR)
176176
Prefer updating only to next patch version during updates\. Makes \fBbundle update\fR calls equivalent to \fBbundler update \-\-patch\fR\.
177177
.TP
178178
\fBredirect\fR (\fBBUNDLE_REDIRECT\fR)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" generated with Ronn-NG/v0.10.1
22
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1
3-
.TH "BUNDLE\-CONSOLE" "1" "March 2026" ""
3+
.TH "BUNDLE\-CONSOLE" "1" "April 2026" ""
44
.SH "NAME"
55
\fBbundle\-console\fR \- Open an IRB session with the bundle pre\-loaded
66
.SH "SYNOPSIS"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" generated with Ronn-NG/v0.10.1
22
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1
3-
.TH "BUNDLE\-DOCTOR" "1" "March 2026" ""
3+
.TH "BUNDLE\-DOCTOR" "1" "April 2026" ""
44
.SH "NAME"
55
\fBbundle\-doctor\fR \- Checks the bundle for common problems
66
.SH "SYNOPSIS"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" generated with Ronn-NG/v0.10.1
22
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1
3-
.TH "BUNDLE\-ENV" "1" "March 2026" ""
3+
.TH "BUNDLE\-ENV" "1" "April 2026" ""
44
.SH "NAME"
55
\fBbundle\-env\fR \- Print information about the environment Bundler is running under
66
.SH "SYNOPSIS"

0 commit comments

Comments
 (0)