[前][次][番号順一覧][スレッド一覧]

ruby-changes:67422

From: David <ko1@a...>
Date: Tue, 31 Aug 2021 19:07:10 +0900 (JST)
Subject: [ruby-changes:67422] 58635d4ff7 (master): [rubygems/rubygems] Keep file descriptors by default

https://git.ruby-lang.org/ruby.git/commit/?id=58635d4ff7

From 58635d4ff75edfb98358f5c80ed9e798758358d0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <deivid.rodriguez@r...>
Date: Tue, 3 Aug 2021 11:32:59 +0200
Subject: [rubygems/rubygems] Keep file descriptors by default

https://github.com/rubygems/rubygems/commit/88b7a3e7e2
---
 lib/bundler/cli.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb
index aa94ad2..8d9f3a5 100644
--- a/lib/bundler/cli.rb
+++ b/lib/bundler/cli.rb
@@ -469,7 +469,7 @@ module Bundler https://github.com/ruby/ruby/blob/trunk/lib/bundler/cli.rb#L469
     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
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]