Skip to content

Commit

Permalink
Keep file descriptors by default
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Aug 3, 2021
1 parent 74761aa commit 88b7a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundler/lib/bundler/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ def cache
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
Expand Down

0 comments on commit 88b7a3e

Please sign in to comment.