summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavriel Loria <gtloria@protonmail.com>2018-11-24 13:11:56 -0500
committerGavriel Loria <gtloria@protonmail.com>2018-11-24 13:11:56 -0500
commita4abf39af6c96adf73b9f3151ea5be74e9b8424d (patch)
tree0edad29e30380daab15350668d9181f71459220f
parenta1432af57fc69ff34e502f0ea65378e1d8b4c0ad (diff)
downloadbundler-a4abf39af6c96adf73b9f3151ea5be74e9b8424d.tar.gz
removed require statement for ruby < 1.9 for bundler 2.0
-rw-r--r--lib/bundler/installer/parallel_installer.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/bundler/installer/parallel_installer.rb b/lib/bundler/installer/parallel_installer.rb
index 29dee3e514..469b15b96c 100644
--- a/lib/bundler/installer/parallel_installer.rb
+++ b/lib/bundler/installer/parallel_installer.rb
@@ -91,10 +91,6 @@ module Bundler
end
def call
- # Since `autoload` has the potential for threading issues on 1.8.7
- # TODO: remove in bundler 2.0
- require "bundler/gem_remote_fetcher" if RUBY_VERSION < "1.9"
-
check_for_corrupt_lockfile
if @size > 1