ruby/lib/bundler/source
Martin Emde 89cb95679d [rubygems/rubygems] Reduce excess index creation and merging
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.

49b38f9750
2023-09-07 00:33:29 +00:00
..
git [rubygems/rubygems] Fix git source lockfile unstability 2023-07-04 14:54:26 +09:00
path Merge 16c3535413 2022-09-05 14:37:12 +09:00
rubygems Merge bundler-2.2.0.rc.2 2020-10-15 17:19:02 +09:00
gemspec.rb
git.rb [rubygems/rubygems] Fix git source conservativeness 2023-08-16 15:03:38 +09:00
metadata.rb Merge rubygems/rubygems HEAD 2023-06-20 13:35:13 +09:00
path.rb Merge RubyGems and Bundler master 2023-01-10 15:53:07 +09:00
rubygems.rb [rubygems/rubygems] Reduce excess index creation and merging 2023-09-07 00:33:29 +00:00
rubygems_aggregate.rb [rubygems/rubygems] Improve sources representation 2021-12-03 20:00:50 +09:00