mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 13:34:17 +02:00
![]() When @allow_cached is true, @allow_local is always true,
therefore, the #installed_specs will always be merged after #cached_specs
is called. This makes starting with installed_specs.dup redundant.
When #cached_specs is called because @allow_remote is true and
@allow_cached is false, then installed_specs will be added after
cached_specs based on @allow_local.
We never need to add installed_specs here, so don't.
|
||
---|---|---|
.. | ||
git | ||
path | ||
rubygems | ||
gemspec.rb | ||
git.rb | ||
metadata.rb | ||
path.rb | ||
rubygems.rb | ||
rubygems_aggregate.rb |