mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 21:44:30 +02: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/version_option'
|
||||||
require 'rubygems/security_option'
|
require 'rubygems/security_option'
|
||||||
require 'rubygems/remote_fetcher'
|
require 'rubygems/remote_fetcher'
|
||||||
require 'rubygems/package'
|
|
||||||
|
|
||||||
# forward-declare
|
# forward-declare
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,6 @@
|
||||||
# The local source finds gems in the current directory for fulfilling
|
# The local source finds gems in the current directory for fulfilling
|
||||||
# dependencies.
|
# dependencies.
|
||||||
|
|
||||||
require 'rubygems/package'
|
|
||||||
|
|
||||||
class Gem::Source::Local < Gem::Source
|
class Gem::Source::Local < Gem::Source
|
||||||
|
|
||||||
def initialize # :nodoc:
|
def initialize # :nodoc:
|
||||||
|
|
|
@ -3,8 +3,6 @@
|
||||||
# A source representing a single .gem file. This is used for installation of
|
# A source representing a single .gem file. This is used for installation of
|
||||||
# local gems.
|
# local gems.
|
||||||
|
|
||||||
require 'rubygems/package'
|
|
||||||
|
|
||||||
class Gem::Source::SpecificFile < Gem::Source
|
class Gem::Source::SpecificFile < Gem::Source
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue