mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[rubygems/rubygems] Array is already uniq, no need to deduplicate it
https://github.com/rubygems/rubygems/commit/3212ae14b7
This commit is contained in:
parent
b81858cf6f
commit
f70b26af47
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ module Bundler
|
|||
end
|
||||
|
||||
def materialize(deps)
|
||||
materialized = self.for(deps, true).uniq
|
||||
materialized = self.for(deps, true)
|
||||
|
||||
SpecSet.new(materialized)
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue