Skip to content
Snippets Groups Projects
Commit 6d13c31f authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #1814 from MikeMcQuaid/json_runtime_dependencies

formula: return runtime_dependencies in to_hash.
parents 2fcf349c 28ad8a06
No related branches found
No related tags found
Loading
......@@ -1618,6 +1618,7 @@ class Formula
"used_options" => tab.used_options.as_flags,
"built_as_bottle" => tab.built_as_bottle,
"poured_from_bottle" => tab.poured_from_bottle,
"runtime_dependencies" => tab.runtime_dependencies,
}
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