summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavriel Loria <gtloria@protonmail.com>2018-11-24 13:25:20 -0500
committerGavriel Loria <gtloria@protonmail.com>2018-11-24 13:25:20 -0500
commit06d06f0e058ba816446145420302f3081a0c36c2 (patch)
tree0edad29e30380daab15350668d9181f71459220f
parenta1432af57fc69ff34e502f0ea65378e1d8b4c0ad (diff)
downloadbundler-06d06f0e058ba816446145420302f3081a0c36c2.tar.gz
removing requre gem_remote_fetcher
-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