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

Commit

Permalink
Merge #6806
Browse files Browse the repository at this point in the history
6806: Todo remove require for Bundler 2.0 r=colby-swandale a=gavrieltal



Co-authored-by: Gavriel Loria <[email protected]>
(cherry picked from commit c9dca0d)
  • Loading branch information
bundlerbot authored and colby-swandale committed Apr 1, 2019
1 parent 893e8ae commit 65df5e6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/bundler/installer/parallel_installer.rb
Original file line number Diff line number Diff line change
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

0 comments on commit 65df5e6

Please sign in to comment.