summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBundlerbot <bot@bundler.io>2018-11-24 21:59:43 +0000
committerColby Swandale <me@colby.fyi>2019-04-01 22:14:48 +1100
commit65df5e64e4eb67961c179b52a7bb1cc8e7398a0a (patch)
treefa051f4a26700174cc7de6a60441aaedf8253fc5
parent893e8ae07254c780dec016803259946ce76f806e (diff)
downloadbundler-65df5e64e4eb67961c179b52a7bb1cc8e7398a0a.tar.gz
Merge #6806
6806: Todo remove require for Bundler 2.0 r=colby-swandale a=gavrieltal Co-authored-by: Gavriel Loria <gtloria@protonmail.com> (cherry picked from commit c9dca0d6c6fafc9569caa2b42830f5a2368df368)
-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 f8a849ccfc..6f9f177fba 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