diff options
-rw-r--r-- | lib/rubygems/dependency.rb | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -277,7 +277,7 @@ class Gem::Dependency requirement.satisfied_by?(spec.version) && env_req.satisfied_by?(spec.version) end.map(&:to_spec) - Gem::BundlerVersionFinder.filter!(matches) if name == "bundler".freeze && !requirement.specific? if platform_only matches.reject! do |spec| @@ -295,6 +295,10 @@ class Gem::Dependency @requirement.specific? end def to_specs matches = matching_specs true |