Skip to content

Commit 3212ae1

Browse files
Array is already uniq, no need to deduplicate it
1 parent 1f3bd66 commit 3212ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundler/lib/bundler/spec_set.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def to_hash
6464
end
6565

6666
def materialize(deps)
67-
materialized = self.for(deps, true).uniq
67+
materialized = self.for(deps, true)
6868

6969
SpecSet.new(materialized)
7070
end

0 commit comments

Comments
 (0)