Mike McQuaid
Mike McQuaid
We have lots of great automation in this repository now 🎉 One thing slowing things down, though, is if we want to build a new Ruby we end up building...
## Description ## Motivation and Context This is now part of Homebrew so let's include it here. ## How Has This Been Tested? Yes, Cursor and Claude. ## Breaking Changes...
This will avoid issues with the JSON API. I expect this to fail CI but reveal problematic caveats that must be updated. Fixes https://github.com/Homebrew/brew/issues/19327
I expect CI will fail here which will reveal the formulae and/or casks that need renamed. Fixes https://github.com/Homebrew/brew/issues/17560
### 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...
This accepts several other arguments that are passed through to `File.read`. ### Motivation `Pathname#read(encoding: ...)` is rejected by Sorbet. ### Test plan No tests created yet, want to see how...