summaryrefslogtreecommitdiff
path: root/lib/bundler/cli/exec.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-17 22:00:52 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-18 00:18:00 +0200
commit36fb3287f4e8fa7688b50e40600e78cb618d9703 (patch)
tree2536fef5806b596489c089654db2ab3d9e5a4cf7 /lib/bundler/cli/exec.rb
parent33a65c256717db8d1229d2e7dbbc7265a3933c05 (diff)
downloadbundler-36fb3287f4e8fa7688b50e40600e78cb618d9703.tar.gz
Remove old rubies stuff no longer needed
Diffstat (limited to 'lib/bundler/cli/exec.rb')
-rw-r--r--lib/bundler/cli/exec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/cli/exec.rb b/lib/bundler/cli/exec.rb
index 5dcf4a01ef..0b0e991ea5 100644
--- a/lib/bundler/cli/exec.rb
+++ b/lib/bundler/cli/exec.rb
@@ -13,7 +13,7 @@ module Bundler
@cmd = args.shift
@args = args
- if Bundler.current_ruby.ruby_2? && !Bundler.current_ruby.jruby?
+ 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."