зеркало из https://github.com/github/ruby.git
[rubygems/rubygems] Array is already uniq, no need to deduplicate it
https://github.com/rubygems/rubygems/commit/3212ae14b7
This commit is contained in:
Родитель
b81858cf6f
Коммит
f70b26af47
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче