brew
brew copied to clipboard
🍺 The missing package manager for macOS (or Linux)
Needs Ruby >=3.2 so blocked on that.
### Verification - [X] This issue's title and/or description do not reference a single formula e.g. `brew install wget`. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead. ### Provide...
### `brew doctor` output ```shell Your system is ready to brew. ``` ### Verification - [X] My "`brew doctor` output" above says `Your system is ready to brew.` and am...
### Verification - [X] This issue's title and/or description do not reference a single formula e.g. `brew install wget`. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead. ### Provide...
### Verification - [X] This issue's title and/or description do not reference a single formula e.g. `brew install wget`. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead. ### Provide...
### `brew gist-logs ` link OR `brew config` AND `brew doctor` output `brew gist-logs postgresql@14` gives me the error ``` Error: Your Xcode (13.4.1) is outdated. Please update to Xcode...
- [x] Have you followed the guidelines in our [Contributing](https://github.com/Homebrew/brew/blob/HEAD/CONTRIBUTING.md) document? - [x] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/Homebrew/brew/pulls) for the same change? - [x]...
### `brew doctor` output ```shell Your system is ready to brew. ``` ### Verification - [X] My "`brew doctor` output" above says `Your system is ready to brew.` and am...
- [x] Have you followed the guidelines in our [Contributing](https://github.com/Homebrew/brew/blob/HEAD/CONTRIBUTING.md) document? - [x] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/Homebrew/brew/pulls) for the same change? - [x]...
This (incorrectly) removes gems that are also part of the system Ruby e.g. `base64` which contradicts warnings from Ruby itself when `require`ing these gems. Extracted from #17342 as this needs...