Skip to content

Commit

Permalink
Update cask dumper to play nice with 2.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
davidalger authored Nov 27, 2020
1 parent 2e2df66 commit cb6d504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundle/cask_dumper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def formula_dependencies(cask_list)
return [] if cask_list.blank?

# TODO: can be removed when Homebrew 2.6.0 ships
cask_info_command = if HOMEBREW_VERSION > "2.5.11"
cask_info_command = if HOMEBREW_VERSION > "2.5.12"
"brew info --cask --json=v2 #{cask_list.join(" ")}"
else
"brew info --json=v2 #{cask_list.join(" ")}"
Expand Down

0 comments on commit cb6d504

Please sign in to comment.