ruby/lib/bundler/resolver
David Rodríguez e42f1aaa5a [rubygems/rubygems] Fix truffleruby failing to install sorbet-static when there's no lockfile
The generic Ruby platform was getting unconditionally added in
truffleruby, preventing resolution in situations where there's no
generic ruby version (sorbet-static). Instead, the generic platform
should be considered per dependency, not globally.

a96afc5351
2025-07-30 11:19:26 +09:00
..
base.rb [rubygems/rubygems] Don't remove platform specific variants from the lockfile unless necessary 2025-01-14 12:24:37 +09:00
candidate.rb [rubygems/rubygems] Consistently use "lockfile" over "lock file" 2025-03-24 13:25:07 +09:00
incompatibility.rb [rubygems/rubygems] Use modern hashes consistently 2023-12-07 22:29:33 +00:00
package.rb [rubygems/rubygems] Fix truffleruby failing to install sorbet-static when there's no lockfile 2025-07-30 11:19:26 +09:00
root.rb Migrate our resolver engine to PubGrub 2022-11-12 07:40:31 +09:00
spec_group.rb [rubygems/rubygems] Move expanding dependencies with metadata to specification classes 2025-02-06 15:57:57 +09:00
strategy.rb [rubygems/rubygems] Implement pub_grub strategy interface 2025-03-27 13:57:26 +09:00