mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[rubygems/rubygems] 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.
88faa5c7bb
This commit is contained in:
parent
55baf026ac
commit
7dc284189a
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require_relative "bundler/rubygems_ext"
|
||||
require_relative "bundler/vendored_fileutils"
|
||||
require "pathname"
|
||||
require "rbconfig"
|
||||
|
@ -7,7 +8,6 @@ require "rbconfig"
|
|||
require_relative "bundler/errors"
|
||||
require_relative "bundler/environment_preserver"
|
||||
require_relative "bundler/plugin"
|
||||
require_relative "bundler/rubygems_ext"
|
||||
require_relative "bundler/rubygems_integration"
|
||||
require_relative "bundler/version"
|
||||
require_relative "bundler/current_ruby"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue