diff options
Diffstat (limited to 'lib/bundler/resolver.rb')
-rw-r--r-- | lib/bundler/resolver.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bundler/resolver.rb b/lib/bundler/resolver.rb index 4bbcbd1162..636dc8af46 100644 --- a/lib/bundler/resolver.rb +++ b/lib/bundler/resolver.rb @@ -155,6 +155,8 @@ module Bundler search.each do |sg| next unless sg.for?(platform) sg_all_platforms = sg.copy_for(self.class.sort_platforms(@platforms).reverse) + next unless sg_all_platforms + selected_sgs << sg_all_platforms next if sg_all_platforms.activated_platforms == [Gem::Platform::RUBY] |