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:
parent
1696f80f40
commit
3776c48cf4
3 changed files with 0 additions and 5 deletions
|
@ -3,7 +3,6 @@ require 'rubygems/command'
|
|||
require 'rubygems/version_option'
|
||||
require 'rubygems/security_option'
|
||||
require 'rubygems/remote_fetcher'
|
||||
require 'rubygems/package'
|
||||
|
||||
# forward-declare
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
||||
##
|
||||
|
|
Loading…
Add table
Reference in a new issue