Skip to content
Snippets Groups Projects
Commit 57c2c560 authored by Bob W. Hogg's avatar Bob W. Hogg
Browse files

one less block in mac dep

parent fc1f4e41
No related branches found
No related tags found
No related merge requests found
class DependencyCollector
def ant_dep(spec, tags)
if MacOS.version >= :mavericks
Dependency.new(spec.to_s, tags)
end
return if MacOS.version < :mavericks
Dependency.new(spec.to_s, tags)
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment