1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Revert "require rubygems/package where used"

This reverts commit b76630f73e.

  It fails with `make test-bundler BUNDLER_SPECS=runtime/setup_spec.rb:1204`
This commit is contained in:
Hiroshi SHIBATA 2019-06-08 13:44:40 +09:00
parent 1696f80f40
commit 3776c48cf4
3 changed files with 0 additions and 5 deletions

View file

@ -3,7 +3,6 @@ require 'rubygems/command'
require 'rubygems/version_option'
require 'rubygems/security_option'
require 'rubygems/remote_fetcher'
require 'rubygems/package'
# forward-declare

View file

@ -3,8 +3,6 @@
# The local source finds gems in the current directory for fulfilling
# dependencies.
require 'rubygems/package'
class Gem::Source::Local < Gem::Source
def initialize # :nodoc:

View file

@ -3,8 +3,6 @@
# A source representing a single .gem file. This is used for installation of
# local gems.
require 'rubygems/package'
class Gem::Source::SpecificFile < Gem::Source
##