38364 Commits

Author SHA1 Message Date
BrewTestBot
71d8734ddb
Update RBI files for parser.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-01-12 17:49:11 +00:00
Patrick Linnane
3b80d8aabc
Merge pull request #16468 from Homebrew/dependabot/bundler/Library/Homebrew/minitest-5.21.1
build(deps-dev): bump minitest from 5.20.0 to 5.21.1 in /Library/Homebrew
2024-01-12 09:48:24 -08:00
Patrick Linnane
4bc0bf7b77
Merge pull request #16469 from Homebrew/dependabot/bundler/Library/Homebrew/tapioca-0.11.16
build(deps-dev): bump tapioca from 0.11.15 to 0.11.16 in /Library/Homebrew
2024-01-12 09:47:26 -08:00
BrewTestBot
48e77fdb95
Update RBI files for bootsnap.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-01-12 17:39:05 +00:00
BrewTestBot
a0bf9dabc7
Update RBI files for minitest.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-01-12 17:36:52 +00:00
BrewTestBot
66f8df0d65
Update RBI files for tapioca.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-01-12 17:36:44 +00:00
BrewTestBot
0f612dd1d7
brew vendor-gems: commit updates. 2024-01-12 17:32:40 +00:00
BrewTestBot
ab94688e36
brew vendor-gems: commit updates. 2024-01-12 17:32:31 +00:00
BrewTestBot
b61f49f6fb
brew vendor-gems: commit updates. 2024-01-12 17:32:23 +00:00
BrewTestBot
6798fc4360
brew vendor-gems: commit updates. 2024-01-12 17:32:05 +00:00
dependabot[bot]
066466066f
build(deps-dev): bump bootsnap in /Library/Homebrew
Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.17.0 to 1.17.1.
- [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Shopify/bootsnap/compare/v1.17.0...v1.17.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-12 17:29:33 +00:00
dependabot[bot]
5acfbb0619
build(deps-dev): bump parser in /Library/Homebrew
Bumps [parser](https://github.com/whitequark/parser) from 3.3.0.2 to 3.3.0.3.
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/whitequark/parser/compare/v3.3.0.2...v3.3.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-12 17:29:17 +00:00
dependabot[bot]
35abb36ad5
build(deps-dev): bump tapioca in /Library/Homebrew
Bumps [tapioca](https://github.com/Shopify/tapioca) from 0.11.15 to 0.11.16.
- [Release notes](https://github.com/Shopify/tapioca/releases)
- [Commits](https://github.com/Shopify/tapioca/compare/v0.11.15...v0.11.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-12 17:29:03 +00:00
dependabot[bot]
b829babe8e
build(deps-dev): bump minitest in /Library/Homebrew
Bumps [minitest](https://github.com/minitest/minitest) from 5.20.0 to 5.21.1.
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](https://github.com/minitest/minitest/compare/v5.20.0...v5.21.1)

---
updated-dependencies:
- dependency-name: minitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-12 17:28:41 +00:00
Mike McQuaid
0c7638e3d1
Merge pull request #16467 from Archery-Inc/xcode-sandbox
Add a new path in sandbox for Xcode
2024-01-12 15:05:40 +00:00
François Lamboley
c561931050
Add a new path in sandbox for Xcode
When building a project which has SPM dependencies in Xcode, SPM will try and access (and potentially write in) `/Users/frizlab/Library/Caches/org.swift.swiftpm`.
I have added this path in the write exception for Xcode.
2024-01-12 15:37:24 +01:00
Mike McQuaid
a7615b788b
Merge pull request #16466 from MikeMcQuaid/audit_separate_revision_version_scheme
formula_auditor: split `audit_revision_and_version_scheme`.
2024-01-12 14:27:55 +00:00
Mike McQuaid
724e14ee25
formula_auditor: split audit_revision_and_version_scheme.
Separate this into two methods so we can have separate skips for each.
2024-01-12 14:18:00 +00:00
Mike McQuaid
dca9ff865a
Merge pull request #16465 from MikeMcQuaid/user_working_directory_readable
brew: clarify which user needs to be able to read the working directory.
2024-01-11 13:38:42 +00:00
Mike McQuaid
f404aafe56
brew: clarify which user needs to be able to read the working directory.
Otherwise, in multi-user environments, it can be ambiguous.
2024-01-11 12:24:04 +00:00
Mike McQuaid
3e537a25f2
Merge pull request #16462 from MikeMcQuaid/improve_pwd_messages
Improve working directory error messages
2024-01-11 10:20:23 +00:00
Mike McQuaid
abc1d14807
Improve working directory error messages
- Check for directory existing and directory being readable separately
  and print appropriate messages for each
- Make error messages more consistent
2024-01-10 17:21:57 +00:00
Mike McQuaid
6a19bcbad3
Merge pull request #16461 from tomy0000000/new-cask-docs-patch
Patch new cask documentation
2024-01-10 15:04:34 +00:00
Tomy Hsieh
bb5d98358a
Patch new cask documentation 2024-01-10 22:01:12 +08:00
Mike McQuaid
0f0befc8e0
Merge pull request #16458 from Bo98/json-freeze
api: use freeze option for JSON parsing
2024-01-10 13:18:09 +00:00
Mike McQuaid
398d7dba48
Merge pull request #16459 from apainintheneck/update-formula-json-for-keyless-fields
formulary: allow for more keyless fields when loading from API
2024-01-10 13:17:14 +00:00
apainintheneck
babbf008a1 formulary: allow for more keyless fields when loading from API
These were fields I missed the first time around. Now the values
line up with the expected values.
2024-01-09 23:33:20 -08:00
Bo Anderson
1c3c64a743
api: use freeze option for JSON parsing 2024-01-09 19:07:36 +00:00
Mike McQuaid
11e4b66dcf
Merge pull request #16456 from Bo98/formulary-platform-cache
Introduce Formulary platform cache
2024-01-09 11:24:22 +00:00
Bo Anderson
310b5ecbe7
Introduce Formulary platform cache 2024-01-09 11:12:49 +00:00
Mike McQuaid
1cbd454c1c
Merge pull request #16455 from MikeMcQuaid/import_homebrew_governance
docs/Homebrew-Governance: import changes.
2024-01-09 10:30:07 +00:00
Mike McQuaid
815a3a1f96
Merge pull request #16453 from MikeMcQuaid/env_sync_root
cmd/*env-sync: use *ENV_ROOT
2024-01-09 10:23:38 +00:00
Mike McQuaid
1ed083f607
docs/Homebrew-Governance: import changes.
These are changes that were made in the private repository mirror
and either voted on by members already (where they were changes) or
were agreed clarifications on existing policy.
2024-01-09 10:16:57 +00:00
Mike McQuaid
bed8ccc5d3
Merge pull request #16454 from Homebrew/sponsors-maintainers-man-completions
Update manpage and completions.
2024-01-09 10:13:52 +00:00
Mike McQuaid
06752f032f
cmd/*env-sync: use *ENV_ROOT
Fixes https://github.com/Homebrew/brew/issues/16428
2024-01-09 10:13:33 +00:00
BrewTestBot
e2e184c7d5
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-01-09 09:30:59 +00:00
Mike McQuaid
5b9f8b6269
Merge pull request #16452 from MikeMcQuaid/brew_upgrade_completions
completions: ignore errors on cask list generation.
2024-01-09 09:29:58 +00:00
Mike McQuaid
ac18853533
completions: ignore errors on cask list generation.
These will always error on Linux.

Fixes #16424
2024-01-09 09:19:38 +00:00
Mike McQuaid
7e6f5c23a2
Merge pull request #16442 from branchvincent/setuptools
pypi: stop excluding setuptools
2024-01-09 09:00:05 +00:00
Mike McQuaid
8c73ceb757
Merge pull request #16451 from dduugg/no-string-indent
Remove ActiveSupport String#indent core extension
2024-01-09 08:51:14 +00:00
Mike McQuaid
8486ff88f1
utils/pypi: readability tweak. 2024-01-09 08:50:08 +00:00
Branch Vincent
ecc60a13e0
pypi: stop excluding setuptools 2024-01-08 19:17:45 -08:00
Douglas Eichelberger
7b1a3c7535 Remove ActiveSupport String indent core extension 2024-01-08 13:36:45 -08:00
Douglas Eichelberger
0852e1d7b6 Refactor away String#indent 2024-01-08 13:36:45 -08:00
Mike McQuaid
e74dc47d67
Merge pull request #16440 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-rspec-2.26.1
build(deps-dev): bump rubocop-rspec from 2.25.0 to 2.26.1 in /Library/Homebrew
2024-01-08 19:05:08 +00:00
Bo Anderson
43e5352074
test/requirement_spec: use stub_const 2024-01-08 18:41:32 +00:00
Patrick Linnane
50b0940c72
various: fix future tense in tests
Co-authored-by: Bo Anderson <mail@boanderson.me>
2024-01-08 18:41:30 +00:00
BrewTestBot
519017d5f0
Update RBI files for rubocop-rspec.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-01-08 18:41:27 +00:00
BrewTestBot
940f782dd2
brew vendor-gems: commit updates. 2024-01-08 18:40:31 +00:00
dependabot[bot]
e9a40c3f57
build(deps-dev): bump rubocop-rspec in /Library/Homebrew
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.25.0 to 2.26.1.
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-rspec/compare/v2.25.0...v2.26.1)

---
updated-dependencies:
- dependency-name: rubocop-rspec
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 18:39:56 +00:00