diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 50a6d1530..3aca80feb 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -495,7 +495,7 @@ class Formula "installed" => [], "linked_keg" => (linked_keg.realpath.basename.to_s if linked_keg.exist?), "keg_only" => keg_only?, - "dependencies" => deps.map {|dep| dep.to_s}, + "dependencies" => deps.map(&:name), "conflicts_with" => conflicts.map(&:name), "options" => [], "caveats" => caveats |
