ruby/spec/bundler/runtime
David Rodríguez 1f9e66836b [rubygems/rubygems] Fix inline mode with multiple sources
If we're in inline mode, Bundler first resolves using only local gems,
and if some gems are missing, then it re-resolves using remote gems.
However, "source resolution" from the initial "local" try was being
memoized, resulting in Bundler not looking for some gems remotely in the
second resolution.

This commit forces a proper re-resolve in this case.

https://github.com/rubygems/rubygems/commit/fdc631075e
2023-06-06 10:52:53 +09:00
..
executable_spec.rb [rubygems/rubygems] Explicitly define a global source for tests 2021-07-27 09:25:57 +09:00
gem_tasks_spec.rb Merge RubyGems-3.3.1 and Bundler-2.3.1 2021-12-23 09:44:45 +09:00
inline_spec.rb [rubygems/rubygems] Fix inline mode with multiple sources 2023-06-06 10:52:53 +09:00
load_spec.rb Sync latest bundler & rubygems development version 2021-07-07 13:30:20 +09:00
platform_spec.rb [rubygems/rubygems] Simplify `lockfile_platforms` helper 2023-03-17 18:50:55 +09:00
require_spec.rb Merge RubyGems and Bundler master 2022-07-13 14:11:55 +09:00
self_management_spec.rb [rubygems/rubygems] Applied Layout/SpaceAroundOperators cop 2023-03-16 01:59:12 +00:00
setup_spec.rb Merge rubygems/bundler master 2023-02-21 19:28:12 +09:00
with_unbundled_env_spec.rb [rubygems/rubygems] Explicitly define a global source for tests 2021-07-27 09:25:57 +09:00