Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Todo remove require for Bundler 2.0 #6806

Merged
3 commits merged into from Nov 24, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 0 additions & 4 deletions lib/bundler/installer/parallel_installer.rb
Expand Up @@ -91,10 +91,6 @@ def initialize(installer, all_specs, size, standalone, force)
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
Expand Down