Skip to content

Commit

Permalink
Merge pull request #827 from davidalger/patch-1
Browse files Browse the repository at this point in the history
Update cask dumper to play nice with 2.5.12
  • Loading branch information
jacobbednarz authored Nov 30, 2020
2 parents 45e02aa + cb6d504 commit 3571319
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 3571319

Please sign in to comment.