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

Bypass recursive RubyGems require #4973

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/bundler/plugin/api/source.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# frozen_string_literal: true
require "uri"
require "digest/sha1"

module Bundler
module Plugin
Expand Down Expand Up @@ -41,6 +39,8 @@ class API
# is present to be compatible with `Definition` and is used by
# rubygems source.
module Source
require "uri"
require "digest/sha1"
attr_reader :uri, :options, :name
attr_accessor :dependency_names

Expand Down