Medic.Checks.Homebrew (Medic v1.3.0) View Source
Expects a Brewfile to be present, and homebrew packages declared in the Brewfile to be up-to-date.
Examples
{Check.Homebrew, :bundled?}
Link to this section Summary
Functions
Expects there to be a Brewfile, and for all the dependencies in that Brewfile to be up to date.
Link to this section Functions
Specs
brewfile_exists?() :: Medic.Check.check_return_t()
Specs
bundled?() :: Medic.Check.check_return_t()
Expects there to be a Brewfile, and for all the dependencies in that Brewfile to be up to date.