From 6a0c13c1d61a3afabc8b5e7874d92a7117e63ede Mon Sep 17 00:00:00 2001 From: Manu Date: Wed, 4 Oct 2023 17:52:24 +0530 Subject: [rubygems/rubygems] Update man page for bundle exec to reflect default flag value `--keep-file-descriptors` is true by default. https://github.com/rubygems/rubygems/commit/b28e88e228 --- lib/bundler/man/bundle-exec.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/bundler/man/bundle-exec.1') diff --git a/lib/bundler/man/bundle-exec.1 b/lib/bundler/man/bundle-exec.1 index 852788db7a..91454985f2 100644 --- a/lib/bundler/man/bundle-exec.1 +++ b/lib/bundler/man/bundle-exec.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE\-EXEC" "1" "August 2023" "" "" +.TH "BUNDLE\-EXEC" "1" "October 2023" "" "" . .SH "NAME" \fBbundle\-exec\fR \- Execute a command in the context of the bundle @@ -22,7 +22,7 @@ Note that \fBbundle exec\fR does not require that an executable is available on . .TP \fB\-\-keep\-file\-descriptors\fR -Exec in Ruby 2\.0 began discarding non\-standard file descriptors\. When this flag is passed, exec will revert to the 1\.9 behaviour of passing all file descriptors to the new process\. +Passes all file descriptors to the new processes\. Default is true from bundler version 2\.2\.26\. Setting it to false is now deprecated\. . .SH "BUNDLE INSTALL \-\-BINSTUBS" If you use the \fB\-\-binstubs\fR flag in bundle install(1) \fIbundle\-install\.1\.html\fR, Bundler will automatically create a directory (which defaults to \fBapp_root/bin\fR) containing all of the executables available from gems in the bundle\. -- cgit v1.2.3