Skip to content

Commit 88faa5c

Browse files
Load RubyGems extensions in the first place
This is not currently causing any issues, but I think the most correct thing to do is that Bundler loads the extensions to RubyGems in the first place, so that they are available from the beginning.
1 parent 0f809e7 commit 88faa5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundler/lib/bundler.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# frozen_string_literal: true
22

3+
require_relative "bundler/rubygems_ext"
34
require_relative "bundler/vendored_fileutils"
45
require "pathname"
56
require "rbconfig"
67

78
require_relative "bundler/errors"
89
require_relative "bundler/environment_preserver"
910
require_relative "bundler/plugin"
10-
require_relative "bundler/rubygems_ext"
1111
require_relative "bundler/rubygems_integration"
1212
require_relative "bundler/version"
1313
require_relative "bundler/current_ruby"

0 commit comments

Comments
 (0)