зеркало из https://github.com/github/ruby.git
[rubygems/rubygems] Don't warn default behaviour
https://github.com/rubygems/rubygems/commit/ed845d861c
This commit is contained in:
Родитель
58635d4ff7
Коммит
8c1b31f7b3
|
@ -12,12 +12,7 @@ module Bundler
|
|||
@options = options
|
||||
@cmd = args.shift
|
||||
@args = args
|
||||
|
||||
if !Bundler.current_ruby.jruby?
|
||||
@args << { :close_others => !options.keep_file_descriptors? }
|
||||
elsif options.keep_file_descriptors?
|
||||
Bundler.ui.warn "Ruby version #{RUBY_VERSION} defaults to keeping non-standard file descriptors on Kernel#exec."
|
||||
end
|
||||
@args << { :close_others => !options.keep_file_descriptors? } unless Bundler.current_ruby.jruby?
|
||||
end
|
||||
|
||||
def run
|
||||
|
|
Загрузка…
Ссылка в новой задаче