Fix Dependency equality
This commit is contained in:
parent
07736cb8fa
commit
6eced20b35
@ -71,7 +71,7 @@ class Dependency
|
||||
end
|
||||
|
||||
def ==(other_dep)
|
||||
@name = other_dep.to_s
|
||||
@name == other_dep.to_s
|
||||
end
|
||||
|
||||
def options
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user