40642 Commits

Author SHA1 Message Date
BrewTestBot
ef8a2a0b78
brew vendor-gems: commit updates. 2024-06-08 15:20:54 +00:00
dependabot[bot]
777859faf9
build(deps-dev): bump prism from 0.29.0 to 0.30.0 in /Library/Homebrew
Bumps [prism](https://github.com/ruby/prism) from 0.29.0 to 0.30.0.
- [Release notes](https://github.com/ruby/prism/releases)
- [Changelog](https://github.com/ruby/prism/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ruby/prism/compare/v0.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: prism
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-08 15:20:26 +00:00
dependabot[bot]
471e77cdc7
build(deps-dev): bump rubocop-factory_bot in /Library/Homebrew
Bumps [rubocop-factory_bot](https://github.com/rubocop/rubocop-factory_bot) from 2.25.1 to 2.26.0.
- [Release notes](https://github.com/rubocop/rubocop-factory_bot/releases)
- [Changelog](https://github.com/rubocop/rubocop-factory_bot/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-factory_bot/compare/v2.25.1...v2.26.0)

---
updated-dependencies:
- dependency-name: rubocop-factory_bot
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-08 15:20:04 +00:00
dependabot[bot]
cbf21559c0
build(deps-dev): bump sorbet in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.11418 to 0.5.11422.
- [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-06-08 15:19:54 +00:00
dependabot[bot]
25b10286f8
build(deps): bump ruby/setup-ruby from 1.179.0 to 1.179.1
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.179.0 to 1.179.1.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Commits](d5fb7a202f...78c01b705f)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-08 15:19:25 +00:00
Philippe Eberli
20fb068085 Fix migrations of formulae and casks to non homebrew taps 2024-06-08 16:29:23 +02:00
Daiki Mizukami
9156891c99
Utils::Cp: Use FileUtils.cp on Linux
`FileUtils.cp` is implemented with the lightweight `copy_file_range(2)`
syscall on Linux, so it's more performant than the plain `cp` command on
that platform.

cf. https://github.com/Homebrew/brew/pull/17373#pullrequestreview-2105629022
2024-06-08 20:25:19 +09:00
Daiki Mizukami
a4271fdad1
Apply suggestions from code review
https://github.com/Homebrew/brew/pull/17373#pullrequestreview-2104523770

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2024-06-08 07:58:57 +09:00
Daiki Mizukami
b2ddeecdd9
Utils::Cp: Remove copy prefix from method name
As per review feedback:

https://github.com/Homebrew/brew/pull/17373#pullrequestreview-2104523770

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2024-06-08 07:58:20 +09:00
Bo Anderson
633b46a7c2
Merge pull request #17448 from alebcay/cmake-fix-min-version-fetchcontent
cmake: don't set cmake_minimum_required
2024-06-07 18:40:27 +01:00
Caleb Xu
eb222a6fe5
cmake: don't set cmake_minimum_required 2024-06-07 12:47:05 -04:00
Patrick Linnane
0ba0e448b9
Merge pull request #17447 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-rspec-2.31.0 2024-06-07 08:13:24 -07:00
Patrick Linnane
df801745b5
Merge pull request #17445 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.11418 2024-06-07 07:41:25 -07:00
BrewTestBot
16449f2e9f
brew vendor-gems: commit updates. 2024-06-07 14:29:52 +00:00
BrewTestBot
7b5d542cfd
brew vendor-gems: commit updates. 2024-06-07 14:29:05 +00:00
dependabot[bot]
6c29e35a75
build(deps-dev): bump rubocop-rspec in /Library/Homebrew
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.30.0 to 2.31.0.
- [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.30.0...v2.31.0)

---
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-06-07 14:28:09 +00:00
dependabot[bot]
bdaeea0943
build(deps-dev): bump sorbet in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.11415 to 0.5.11418.
- [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-06-07 14:27:46 +00:00
Daiki Mizukami
d9239faad3
Utils::Cp: Revert the use of Utils::Cp in dev-cmd
As per review feedback:

https://github.com/Homebrew/brew/pull/17373#pullrequestreview-2103870774
2024-06-07 19:03:51 +09:00
Daiki Mizukami
7cfcc596b9
Utils::Cp: Move macOS-specific code to extend/os/mac 2024-06-07 19:03:48 +09:00
Daiki Mizukami
58852106c1
Utils::Cp: Rename copy* methods to copy*_with_attributes
As per review feedback:

https://github.com/Homebrew/brew/pull/17373#pullrequestreview-2103870774
2024-06-07 19:03:33 +09:00
Mike McQuaid
f6b16a11bd
Merge pull request #17442 from Homebrew/list_exit_codes
cmd/list: fix exit codes.
2024-06-06 20:52:30 +01:00
Mike McQuaid
3060de40ea
Merge pull request #17441 from Homebrew/move_ruby_version
ruby-version: move to Library/Homebrew.
2024-06-06 20:52:09 +01:00
Mike McQuaid
cec4e3fcb7
cmd/list: fix exit codes.
Fix exit codes when providing formulae and casks.

Fixes #17434
2024-06-06 19:34:17 +01:00
Mike McQuaid
0c3590dc27
ruby-version: move to Library/Homebrew.
This will avoid issues with `#!/usr/bin/env ruby` shebangs in Homebrew's
prefix.

Fixes #17390
2024-06-06 19:13:35 +01:00
William Woodruff
e2827f1d8c
Merge pull request #17438 from Homebrew/ww/fix-all-tag
attestation: handle `:all` bottles
2024-06-06 11:55:40 -04:00
Patrick Linnane
36bbc205c4
Merge pull request #17439 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.11415 2024-06-06 08:43:15 -07:00
William Woodruff
e0179350fe
attestation: rename loop var to please sorbet
Signed-off-by: William Woodruff <william@yossarian.net>
2024-06-06 11:41:21 -04:00
Patrick Linnane
d2204302ca
Merge pull request #17440 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-static-and-runtime-0.5.11415 2024-06-06 08:39:47 -07:00
Patrick Linnane
d96f3d4a8f
Merge pull request #17437 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-runtime-0.5.11415 2024-06-06 08:39:27 -07:00
William Woodruff
b92de887ee
attestation_spec: add :all tag test
Signed-off-by: William Woodruff <william@yossarian.net>
2024-06-06 11:35:43 -04:00
William Woodruff
83caa42876
attestation_spec: style fix
Signed-off-by: William Woodruff <william@yossarian.net>
2024-06-06 11:30:11 -04:00
BrewTestBot
eb85ffc90f
brew vendor-gems: commit updates. 2024-06-06 15:28:30 +00:00
BrewTestBot
9c701b6dff
brew vendor-gems: commit updates. 2024-06-06 15:28:20 +00:00
BrewTestBot
ed34541e83
brew vendor-gems: commit updates. 2024-06-06 15:28:15 +00:00
dependabot[bot]
2c05563b68
build(deps-dev): bump sorbet-static-and-runtime in /Library/Homebrew
Bumps [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) from 0.5.11414 to 0.5.11415.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: sorbet-static-and-runtime
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-06 15:27:32 +00:00
dependabot[bot]
24ca2bbc30
build(deps-dev): bump sorbet in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.11414 to 0.5.11415.
- [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-06-06 15:27:12 +00:00
dependabot[bot]
632876c99d
build(deps): bump sorbet-runtime in /Library/Homebrew
Bumps [sorbet-runtime](https://github.com/sorbet/sorbet) from 0.5.11414 to 0.5.11415.
- [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-06-06 15:26:56 +00:00
William Woodruff
8d0e6eafc3
attestation: handle :all bottles
Signed-off-by: William Woodruff <william@yossarian.net>
2024-06-06 11:23:03 -04:00
Daiki Mizukami
a5500aa7f2
Utils::Cp: Fix Linux tests 2024-06-06 21:45:28 +09:00
Carlo Cabrera
2824e37c02
Merge pull request #17436 from Homebrew/sponsors-maintainers-man-completions 2024-06-06 10:27:46 +08:00
BrewTestBot
203e6a0acc
Update maintainers.
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
2024-06-06 02:11:44 +00:00
Carlo Cabrera
e6f083d824
Merge pull request #17435 from Homebrew/sponsors-maintainers-man-completions 2024-06-06 10:10:47 +08:00
BrewTestBot
4d54074da5
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-06-06 00:06:33 +00:00
Ruoyu Zhong
c2c5eb3ec3
Merge pull request #17429 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-static-and-runtime-0.5.11414
build(deps-dev): bump sorbet-static-and-runtime from 0.5.11409 to 0.5.11414 in /Library/Homebrew
2024-06-06 01:04:01 +08:00
BrewTestBot
f74888d1d3
brew vendor-gems: commit updates. 2024-06-05 16:52:53 +00:00
dependabot[bot]
f967cb2d14
build(deps-dev): bump sorbet-static-and-runtime in /Library/Homebrew
Bumps [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) from 0.5.11409 to 0.5.11414.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: sorbet-static-and-runtime
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-05 16:51:58 +00:00
Ruoyu Zhong
d1acc39016
Merge pull request #17431 from Homebrew/dependabot/bundler/Library/Homebrew/highline-3.0.1
build(deps-dev): bump highline from 2.0.3 to 3.0.1 in /Library/Homebrew
2024-06-06 00:39:02 +08:00
Ruoyu Zhong
945b437133
Merge pull request #17432 from Homebrew/dependabot/bundler/Library/Homebrew/parlour-9.0.0
build(deps-dev): bump parlour from 8.1.0 to 9.0.0 in /Library/Homebrew
2024-06-06 00:38:09 +08:00
Ruoyu Zhong
41896f4e97
Merge pull request #17430 from Homebrew/dependabot/bundler/Library/Homebrew/commander-5.0.0
build(deps-dev): bump commander from 4.6.0 to 5.0.0 in /Library/Homebrew
2024-06-06 00:38:07 +08:00
BrewTestBot
5201d384c2
Update RBI files for parlour.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-06-05 16:27:46 +00:00