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

Commit

Permalink
Merge pull request #7061 from bundler/fix_circular_requires
Browse files Browse the repository at this point in the history
Fix circular require warnings
  • Loading branch information
deivid-rodriguez authored Mar 23, 2019
2 parents b7de89f + facdf8e commit aaa0b0c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/bundler/compatibility_guard.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# frozen_string_literal: false

require "rubygems"
require "bundler/version"

if Bundler::VERSION.split(".").first.to_i >= 2
Expand Down
1 change: 0 additions & 1 deletion lib/bundler/rubygems_ext.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
Gem::QuickLoader.load_full_rubygems_library
end

require "rubygems"
require "rubygems/specification"

begin
Expand Down
1 change: 0 additions & 1 deletion lib/bundler/rubygems_integration.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# frozen_string_literal: true

require "monitor"
require "rubygems"
require "rubygems/config_file"

module Bundler
Expand Down

0 comments on commit aaa0b0c

Please sign in to comment.