summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2021-08-03 11:32:59 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-08-31 19:06:14 +0900
commit58635d4ff75edfb98358f5c80ed9e798758358d0 (patch)
treebe0b6cd46f60dc0f30d1d7b79348362cae6c3d5e
parent9fc16a31d9a0800b46ae547acb7115a9c58f6c9f (diff)
[rubygems/rubygems] Keep file descriptors by default
https://github.com/rubygems/rubygems/commit/88b7a3e7e2
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4789
-rw-r--r--lib/bundler/cli.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb
index aa94ad2da0..8d9f3a5b7d 100644
--- a/lib/bundler/cli.rb
+++ b/lib/bundler/cli.rb
@@ -469,7 +469,7 @@ module Bundler
map aliases_for("cache")
desc "exec [OPTIONS]", "Run the command in context of the bundle"
- method_option :keep_file_descriptors, :type => :boolean, :default => false
+ method_option :keep_file_descriptors, :type => :boolean, :default => true
method_option :gemfile, :type => :string, :required => false
long_desc <<-D
Exec runs a command, providing it access to the gems in the bundle. While using