Skip to content

Commit

Permalink
[rubygems/rubygems] Remove another unnecessary dependency expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored and hsbt committed Oct 18, 2022
1 parent 0b6f2af commit 60670b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundler/definition.rb
Expand Up @@ -484,7 +484,7 @@ def expanded_dependencies
end

def filter_specs(specs, deps)
SpecSet.new(specs).for(expand_dependencies(deps, true), false, platforms)
SpecSet.new(specs).for(deps, false, platforms)
end

def materialize(dependencies)
Expand Down

0 comments on commit 60670b1

Please sign in to comment.