mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
Merge RubyGems-3.4.0 and Bundler-2.4.0
This commit is contained in:
parent
d5635dfe36
commit
f6620037ba
Notes:
git
2022-12-24 07:57:26 +00:00
57 changed files with 2902 additions and 168 deletions
|
@ -277,7 +277,10 @@ class Gem::Dependency
|
|||
requirement.satisfied_by?(spec.version) && env_req.satisfied_by?(spec.version)
|
||||
end.map(&:to_spec)
|
||||
|
||||
Gem::BundlerVersionFinder.prioritize!(matches) if prioritizes_bundler?
|
||||
if prioritizes_bundler?
|
||||
require_relative "bundler_version_finder"
|
||||
Gem::BundlerVersionFinder.prioritize!(matches)
|
||||
end
|
||||
|
||||
if platform_only
|
||||
matches.reject! do |spec|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue