dependabot[bot]
1623908020
build(deps-dev): bump tapioca from 0.14.4 to 0.15.0 in /Library/Homebrew
...
Bumps [tapioca](https://github.com/Shopify/tapioca ) from 0.14.4 to 0.15.0.
- [Release notes](https://github.com/Shopify/tapioca/releases )
- [Commits](https://github.com/Shopify/tapioca/compare/v0.14.4...v0.15.0 )
---
updated-dependencies:
- dependency-name: tapioca
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-27 18:43:42 +00:00
Mike McQuaid
6d49157056
Merge pull request #17576 from Homebrew/dependabot/github_actions/ruby/setup-ruby-1.182.0
2024-06-27 19:20:38 +01:00
dependabot[bot]
52cf4f1891
build(deps): bump ruby/setup-ruby from 1.180.1 to 1.182.0
...
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby ) from 1.180.1 to 1.182.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](3783f195e2...af43264f2b
)
---
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-06-27 18:10:44 +00:00
Justin Krehel
475fc1d281
cask/audit: filter bad artifacts in rosetta audit
2024-06-27 12:25:46 -04:00
Sean Molenaar
fc3ba1b495
Merge pull request #17573 from SMillerDev/feat/audit/check_cask_binary_rosetta
2024-06-27 14:39:23 +02:00
Sean Molenaar
5fc3af15c5
feat: check if casks should warn about rosetta
2024-06-27 14:22:03 +02:00
Mike McQuaid
5f3af23cdc
Merge pull request #17571 from Homebrew/ignore-last-modified-header-if-invalid
2024-06-27 12:54:39 +01:00
Issy Long
8c9a6e3379
Add a comment for what and why we're rescuing
2024-06-27 12:27:30 +01:00
Issy Long
c8504427cb
CurlDownloadStrategy: Ignore invalid last-modified
header values
...
- Some download locations return a non-standard formatting of date string for the `Last-Modified` header.
This causes `Time.parse` to blow up. The user sees `error: argument out of range`.
- In this commit we handle the error and return nil, which `filter_map` (equivalent to `.map.compact`) gets rid of and then `time.last` is as normal.
- Fixes https://github.com/Homebrew/brew/issues/ 17556.
2024-06-26 20:00:45 +01:00
Patrick Linnane
d293ac1fe1
Merge pull request #17568 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.11447
2024-06-26 11:41:18 -07:00
BrewTestBot
cac3bde786
brew vendor-gems: commit updates.
2024-06-26 18:27:01 +00:00
dependabot[bot]
64a51da7ae
build(deps-dev): bump sorbet in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.11444 to 0.5.11447.
- [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-26 18:26:08 +00:00
Mike McQuaid
b780a08774
Merge pull request #17567 from Zopolis4/portent
2024-06-26 09:52:21 +01:00
Zopolis4
a55176fb68
docs/Gems,-Eggs-and-Perl-Modules: fix typo.
2024-06-26 18:29:18 +10:00
Rylan Polster
4892e8c582
Merge pull request #17565 from Homebrew/audit_min_os-fixes-fix
2024-06-25 22:51:50 -04:00
Eric Knibbe
16863f3884
cask/audit: ensure on_os blocks specify a min OS
2024-06-25 22:20:21 -04:00
Rylan Polster
c1397c78c6
Merge pull request #17564 from Homebrew/sponsors-maintainers-man-completions
2024-06-25 20:30:55 -04:00
BrewTestBot
9ffa6b328c
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-06-26 00:06:06 +00:00
Carlo Cabrera
cdd6201c93
Merge pull request #17561 from Homebrew/dependabot/bundler/Library/Homebrew/rexml-3.3.1
2024-06-25 22:53:11 +02:00
BrewTestBot
3e8d3b77e4
brew vendor-gems: commit updates.
2024-06-25 18:35:34 +00:00
dependabot[bot]
6369bb9f13
build(deps-dev): bump rexml from 3.3.0 to 3.3.1 in /Library/Homebrew
...
Bumps [rexml](https://github.com/ruby/rexml ) from 3.3.0 to 3.3.1.
- [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.0...v3.3.1 )
---
updated-dependencies:
- dependency-name: rexml
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-25 18:34:34 +00:00
Mike McQuaid
077170bb43
Merge pull request #17521 from SMillerDev/feat/cops/shared_url_cop
2024-06-25 15:51:35 +01:00
Sean Molenaar
48134ab674
feat: use shared checks for URL cop
2024-06-25 16:13:17 +02:00
Mike McQuaid
010ccf2279
Merge pull request #17557 from alebcay/portable-ruby-download-template
2024-06-25 09:22:07 +01:00
Mike McQuaid
1124ab315c
cmd/vendor-install: add extra read check.
...
Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
2024-06-25 08:53:46 +01:00
Caleb Xu
c214952e2b
cmd/vendor-install: extract portable-ruby download info
2024-06-24 13:15:54 -04:00
Mike McQuaid
43eaeca50f
Merge pull request #17546 from Homebrew/ww/gh-bootstrap-fix
4.3.7
2024-06-24 09:11:09 +01:00
Eric Knibbe
347529b6f8
Merge pull request #17548 from Homebrew/audit_min_os-fixes
...
cask/audit: support on_os blocks in audit_min_os
2024-06-23 23:27:24 -04:00
Kevin
c53f600677
Merge pull request #17553 from Homebrew/scope-eol-audit-to-core-tap
...
formula_auditor: scope eol check to core tap
2024-06-22 21:42:55 -07:00
Alexander Bayandin
2974be88cc
Merge pull request #17552 from Homebrew/tap-new-add-macos-14
...
dev-cmd/tap-new: add macos-14
2024-06-22 21:41:43 +01:00
Alexander Bayandin
b24997242b
dev-cmd/tap-new: update cache key
2024-06-22 20:55:13 +01:00
apainintheneck
ef56236127
formula_auditor: scope eol check to core tap
...
This is not relevant information for third-party taps and requires
network requests to `endoflife.date` so it's best to avoid them
in this case.
Closes https://github.com/Homebrew/brew/issues/17531
2024-06-22 12:19:09 -07:00
Alexander Bayandin
e44e645cec
dev-cmd/tap-new: add macos-14
2024-06-22 17:47:24 +01:00
Patrick Linnane
b67f1721f5
Merge pull request #17551 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.11444
2024-06-22 09:11:13 -07:00
Patrick Linnane
6be0fc15eb
Merge pull request #17550 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-runtime-0.5.11444
2024-06-22 09:10:56 -07:00
Patrick Linnane
b1bab07638
Merge pull request #17549 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-static-and-runtime-0.5.11444
2024-06-22 09:10:40 -07:00
BrewTestBot
ed7f2c04c2
brew vendor-gems: commit updates.
2024-06-22 16:00:23 +00:00
BrewTestBot
016e5cbd3b
brew vendor-gems: commit updates.
2024-06-22 16:00:00 +00:00
BrewTestBot
2f4d623c40
brew vendor-gems: commit updates.
2024-06-22 15:59:49 +00:00
dependabot[bot]
11d2e44057
build(deps-dev): bump sorbet in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.11439 to 0.5.11444.
- [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-22 15:59:33 +00:00
dependabot[bot]
3dd12175ca
build(deps): bump sorbet-runtime in /Library/Homebrew
...
Bumps [sorbet-runtime](https://github.com/sorbet/sorbet ) from 0.5.11439 to 0.5.11444.
- [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-22 15:59:12 +00:00
dependabot[bot]
646f462f29
build(deps-dev): bump sorbet-static-and-runtime in /Library/Homebrew
...
Bumps [sorbet-static-and-runtime](https://github.com/sorbet/sorbet ) from 0.5.11439 to 0.5.11444.
- [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-22 15:58:58 +00:00
Eric Knibbe
f627c6331d
cask/audit: support on_os blocks in audit_min_os
2024-06-21 19:25:51 -04:00
William Woodruff
0656a30f18
formula_installer: fix gh bootstrap cycle
...
Signed-off-by: William Woodruff <william@yossarian.net>
2024-06-21 12:35:01 -04:00
Patrick Linnane
9b615ba39b
Merge pull request #17542 from Homebrew/dependabot/bundler/Library/Homebrew/addressable-2.8.7
2024-06-21 09:11:08 -07:00
Patrick Linnane
34e4b82875
Merge pull request #17543 from Homebrew/dependabot/bundler/Library/Homebrew/tapioca-0.14.4
2024-06-21 09:08:57 -07:00
Patrick Linnane
d9cef02761
Merge pull request #17545 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-static-and-runtime-0.5.11439
2024-06-21 09:08:15 -07:00
Patrick Linnane
f45a22a9f8
Merge pull request #17544 from Homebrew/dependabot/bundler/Library/Homebrew/public_suffix-6.0.0
2024-06-21 09:07:37 -07:00
Patrick Linnane
9a0503e7ed
Merge pull request #17541 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.11439
2024-06-21 09:07:24 -07:00
BrewTestBot
ea55a5b41b
Update RBI files for sorbet-static-and-runtime.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml ) workflow.
2024-06-21 15:57:43 +00:00