Douglas Eichelberger
5d5daaa09f
Use FormulaInstaller OS extensions
2024-09-06 13:58:32 -07:00
Mike McQuaid
9978c3d11a
Merge pull request #18274 from Homebrew/improve_brew_doctor_prerelease
...
Improve `brew doctor` output on prerelease macOS
2024-09-06 17:51:16 +01:00
Carlo Cabrera
81f4e4ce0c
Merge pull request #18273 from Olexandr88/patch-1
2024-09-07 00:47:03 +08:00
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
Oleksandr
d812beee5e
Update README
2024-09-06 19:34:57 +03:00
Carlo Cabrera
b085ae8014
Merge pull request #18272 from Homebrew/dockerfile-gh
2024-09-06 23:02:46 +08:00
Carlo Cabrera
04b89c0ff7
Dockerfile: fix style failure
...
See https://www.shellcheck.net/wiki/SC2174 .
2024-09-06 22:49:18 +08:00
Patrick Linnane
a018520786
Merge pull request #18271 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.11557
2024-09-06 07:43:25 -07:00
Carlo Cabrera
603f45a97f
Dockerfile: align gh installation with upstream documentation
...
The commands to install `gh` were changed in cli/cli#8693 .
We should align what we do there to make what's happening here a bit
more transparent.
2024-09-06 22:42:05 +08:00
BrewTestBot
2f80d039be
brew vendor-gems: commit updates.
2024-09-06 14:31:30 +00:00
dependabot[bot]
f13cdac899
build(deps-dev): bump sorbet in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.11554 to 0.5.11557.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
---
updated-dependencies:
- dependency-name: sorbet
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-06 14:29:06 +00:00
Ruoyu Zhong
94eb0c7f83
Merge pull request #18266 from Homebrew/sponsors-maintainers-man-completions
2024-09-06 20:35:47 +08:00
BrewTestBot
177ef5f2a1
Update manpage and completions.
...
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 12:17:31 +00:00
Carlo Cabrera
7adf6b04b4
Merge pull request #18227 from Homebrew/auto-bump
2024-09-06 20:16:27 +08:00
Carlo Cabrera
9127bf2c71
Merge remote-tracking branch 'origin/master' into auto-bump
2024-09-06 20:04:45 +08:00
Carlo Cabrera
9feb56b8db
Merge pull request #18265 from Homebrew/spdx-license-expr-docs
2024-09-06 19:57:13 +08:00
Ruoyu Zhong
b03e0e4696
formula: update URL to SPDX license expr docs
2024-09-06 19:44:58 +08:00
Ruoyu Zhong
7f74399844
docs/License-Guidelines: update URL to SPDX license expr docs
2024-09-06 19:44:51 +08: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
800df2a284
Improve error message
...
Co-authored-by: Markus Reiter <me@reitermark.us>
2024-09-06 16:39:55 +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