41806 Commits

Author SHA1 Message Date
Mike McQuaid
dc9618457d
Improve brew doctor output on prerelease macOS
- Avoid near duplicate messages
- Provide correct CLT download instructions

Before:
```
$ brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!

Warning: Your Command Line Tools are too outdated.
Update them from Software Update in System Settings.

If that doesn't show you any updates, run:
  sudo rm -rf /Library/Developer/CommandLineTools
  sudo xcode-select --install

Alternatively, manually download them from:
  https://developer.apple.com/download/all/.
You should download the Command Line Tools for Xcode 16.0.

Warning: A newer Command Line Tools release is available.
Update them from Software Update in System Settings.

If that doesn't show you any updates, run:
  sudo rm -rf /Library/Developer/CommandLineTools
  sudo xcode-select --install

Alternatively, manually download them from:
  https://developer.apple.com/download/all/.
You should download the Command Line Tools for Xcode 16.0.

Warning: Your Xcode (15.4) at /Applications/Xcode.app is too outdated.
Please update to Xcode 16.0 (or delete it).
Xcode can be updated from:
  https://developer.apple.com/download/all/

Warning: Your Xcode (15.4) is outdated.
Please update to Xcode 16.0 (or delete it).
Xcode can be updated from:
  https://developer.apple.com/download/all/

If 16.0 is installed, you may need to:
  sudo xcode-select --switch /Applications/Xcode.app
Current developer directory is:
  /Applications/Xcode.app/Contents/Developer

```

After:
```console
$ brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!

Warning: Your Command Line Tools are too outdated.
Install the Command Line Tools for Xcode 16 from:
  https://developer.apple.com/download/all/

Warning: Your Xcode (15.4) at /Applications/Xcode.app is too outdated.
Please update to Xcode 16.0 (or delete it).
Xcode can be updated from:
  https://developer.apple.com/download/all/

```
2024-09-06 17:38:25 +01:00
Carlo Cabrera
b5114360d8
Merge pull request #18262 from cho-m/keg-no-rmdir-etc 2024-09-06 16:55:06 +08:00
Carlo Cabrera
81bac6c27e
Merge pull request #18263 from Homebrew/sponsors-maintainers-man-completions 2024-09-06 09:20:13 +08:00
BrewTestBot
b19cdcfb8b
Update sponsors.
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
2024-09-06 00:06:53 +00:00
Michael Cho
39ab6d70db
keg: avoid attempting rmdir on must exist subdirs 2024-09-05 13:37:25 -04:00
Ruoyu Zhong
185d4e7edc
Merge pull request #18261 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-ast-1.32.3
build(deps-dev): bump rubocop-ast from 1.32.2 to 1.32.3 in /Library/Homebrew
2024-09-05 23:33:04 +08:00
BrewTestBot
72b3aa0e8b
Update RBI files for rubocop-ast.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-09-05 15:18:06 +00:00
BrewTestBot
cacb76673a
brew vendor-gems: commit updates. 2024-09-05 15:17:51 +00:00
dependabot[bot]
da9932d7e9
build(deps-dev): bump rubocop-ast in /Library/Homebrew
Bumps [rubocop-ast](https://github.com/rubocop/rubocop-ast) from 1.32.2 to 1.32.3.
- [Release notes](https://github.com/rubocop/rubocop-ast/releases)
- [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-ast/compare/v1.32.2...v1.32.3)

---
updated-dependencies:
- dependency-name: rubocop-ast
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-05 15:16:09 +00:00
Mike McQuaid
019b0f50fb
Merge pull request #18260 from tshu-w/master 2024-09-05 10:12:04 +01:00
Mike McQuaid
dfe28d8944
Merge pull request #18259 from Homebrew/silence-default-gems-warnings 2024-09-05 09:59:32 +01:00
Mike McQuaid
2e18b02bc2
Merge pull request #18249 from Homebrew/no-deprecate-licenses 2024-09-05 09:48:11 +01:00
Tianshu Wang
4f62fd0789
Revert $TMPDIR for emacsclient 2024-09-05 15:49:11 +08:00
Bo Anderson
eb5f47637f
Globally silence default gem warnings 2024-09-05 03:37:25 +01:00
Patrick Linnane
615c53d0ab
Merge pull request #18257 from Homebrew/dependabot/bundler/Library/Homebrew/rexml-3.3.7 2024-09-04 12:07:07 -07:00
BrewTestBot
78f4fa46f2
Update RBI files for rexml.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-09-04 18:50:08 +00:00
BrewTestBot
5c33090f50
brew vendor-gems: commit updates. 2024-09-04 18:49:57 +00:00
dependabot[bot]
0496a8f7f7
build(deps-dev): bump rexml from 3.3.6 to 3.3.7 in /Library/Homebrew
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.6 to 3.3.7.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.3.6...v3.3.7)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-04 18:47:22 +00:00
Patrick Linnane
0a1ad91412
Merge pull request #18252 from Homebrew/dependabot/bundler/Library/Homebrew/logger-1.6.1 2024-09-04 11:12:52 -07:00
Patrick Linnane
c6c7373a60
gems/logger: add to .gitignore
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2024-09-04 10:54:48 -07:00
BrewTestBot
62273bdcd5
Update RBI files for logger.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-09-04 10:52:32 -07:00
BrewTestBot
3d815d0c2f
brew vendor-gems: commit updates. 2024-09-04 10:52:32 -07:00
dependabot[bot]
adaceea167
build(deps-dev): bump logger from 1.6.0 to 1.6.1 in /Library/Homebrew
Bumps [logger](https://github.com/ruby/logger) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/ruby/logger/releases)
- [Commits](https://github.com/ruby/logger/compare/v1.6.0...v1.6.1)

---
updated-dependencies:
- dependency-name: logger
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-04 10:52:32 -07:00
Michael Cho
a618512d7a
formula_auditor: make deprecate license check non-strict in core
Also add some more incompatible licenses. These are all not allowed by
Fedora and have are classified as not OSI and FSF approved on SPDX.
2024-09-04 13:21:40 -04:00
Patrick Linnane
e0bd2f9ac9
Merge pull request #18251 from Homebrew/dependabot/github_actions/actions/create-github-app-token-1.10.4 2024-09-04 10:20:02 -07:00
Patrick Linnane
20dea7412f
Merge pull request #18256 from Homebrew/dependabot/bundler/Library/Homebrew/yard-0.9.37 2024-09-04 10:14:24 -07:00
Patrick Linnane
266d189868
Merge pull request #18254 from Homebrew/dependabot/bundler/Library/Homebrew/parser-3.3.5.0 2024-09-04 10:14:07 -07:00
Patrick Linnane
899153e647
Merge pull request #18250 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-runtime-0.5.11554 2024-09-04 10:10:10 -07:00
Patrick Linnane
1c325f1f16
Merge pull request #18253 from Homebrew/dependabot/github_actions/ruby/setup-ruby-1.191.0 2024-09-04 10:04:55 -07:00
BrewTestBot
4a6764f6b6
Update RBI files for parser.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-09-04 17:00:18 +00:00
BrewTestBot
91d764bc42
Update RBI files for yard.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-09-04 16:57:11 +00:00
BrewTestBot
66b1b946ac
brew vendor-gems: commit updates. 2024-09-04 16:56:52 +00:00
BrewTestBot
e2315d84a0
brew vendor-gems: commit updates. 2024-09-04 16:56:39 +00:00
BrewTestBot
4e11dff793
brew vendor-gems: commit updates. 2024-09-04 16:56:23 +00:00
dependabot[bot]
321db110f8
build(deps-dev): bump yard from 0.9.36 to 0.9.37 in /Library/Homebrew
Bumps [yard](https://github.com/lsegal/yard) from 0.9.36 to 0.9.37.
- [Release notes](https://github.com/lsegal/yard/releases)
- [Changelog](https://github.com/lsegal/yard/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lsegal/yard/compare/v0.9.36...v0.9.37)

---
updated-dependencies:
- dependency-name: yard
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-04 16:54:13 +00:00
dependabot[bot]
9c0c452213
build(deps-dev): bump parser in /Library/Homebrew
Bumps [parser](https://github.com/whitequark/parser) from 3.3.4.2 to 3.3.5.0.
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/whitequark/parser/compare/v3.3.4.2...v3.3.5.0)

---
updated-dependencies:
- dependency-name: parser
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-04 16:53:38 +00:00
dependabot[bot]
f77fef3219
build(deps): bump ruby/setup-ruby from 1.190.0 to 1.191.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.190.0 to 1.191.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](a6e6f86333...52753b7da8)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-04 16:53:32 +00:00
dependabot[bot]
d79c6c90d4
build(deps): bump actions/create-github-app-token from 1.10.3 to 1.10.4
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.10.3 to 1.10.4.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](31c86eb3b3...3378cda945)

---
updated-dependencies:
- dependency-name: actions/create-github-app-token
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-04 16:53:25 +00:00
dependabot[bot]
eda76f8bfe
build(deps): bump sorbet-runtime in /Library/Homebrew
Bumps [sorbet-runtime](https://github.com/sorbet/sorbet) from 0.5.11553 to 0.5.11554.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: sorbet-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-04 16:53:21 +00:00
Carlo Cabrera
9659b57177
Merge pull request #18247 from psibre/revision-placement-instructions-update 2024-09-04 22:58:20 +08:00
Mike McQuaid
61e84834c7
Merge pull request #18246 from Homebrew/bootsnap-key-tweak 2024-09-04 15:26:21 +01:00
Ingmar Steiner
98afa7e77f
Add license to block preceding revision placement 2024-09-04 16:08:49 +02:00
Bo Anderson
558e9bac55
startup/bootsnap: base key on in install state rather than projection 2024-09-04 14:54:15 +01:00
Mike McQuaid
7683b22b61
Merge pull request #18245 from Homebrew/docker_names 2024-09-04 10:38:21 +01:00
Mike McQuaid
34ffc9147d
workflows/docker: improve job names.
This makes it a bit more obvious in various GitHub UIs that don't
display the workflow name and more consistent with `tests.yml`.
2024-09-04 10:14:54 +01:00
Mike McQuaid
8411f9feea
Merge pull request #18244 from Homebrew/revert-18230-dependabot/bundler/Library/Homebrew/logger-1.6.1 2024-09-04 10:13:12 +01:00
Mike McQuaid
f5c29caeac
Revert "build(deps-dev): bump logger from 1.6.0 to 1.6.1 in /Library/Homebrew" 2024-09-04 09:48:46 +01:00
Mike McQuaid
3dda8771f1
Merge pull request #18230 from Homebrew/dependabot/bundler/Library/Homebrew/logger-1.6.1 2024-09-04 08:53:19 +01:00
Mike McQuaid
628362f41c
Merge pull request #18242 from Homebrew/x-access-token 2024-09-04 08:43:47 +01:00
dependabot[bot]
83d0d959db
build(deps-dev): bump logger from 1.6.0 to 1.6.1 in /Library/Homebrew
Bumps [logger](https://github.com/ruby/logger) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/ruby/logger/releases)
- [Commits](https://github.com/ruby/logger/compare/v1.6.0...v1.6.1)

---
updated-dependencies:
- dependency-name: logger
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-04 07:42:35 +00:00