Fixes issue with missing gsed command on macOS

This commit is contained in:
Brian Zalewski 2023-11-05 04:10:40 +00:00
parent 933cde968a
commit 62023d1c7f

View file

@ -9,6 +9,7 @@ tap "homebrew/bundle"
if OS.mac?
brew "coreutils"
brew "findutils"
brew "gnu-sed"
brew "m-cli"
end
brew "age"