Ruoyu Zhong
f729127fae
actionlint.yaml: add workaround for macos-13
2023-04-25 17:55:22 +08:00
Ruoyu Zhong
6eaa0b2940
dev-cmd/tap-new: run brew test-bot
on macos-13
2023-04-25 11:24:00 +08:00
Ruoyu Zhong
381cbe5f74
workflows/vendor-gems: run on macos-13
2023-04-25 11:23:18 +08:00
Ruoyu Zhong
c4020d9b71
workflows/tests: run on macos-13
2023-04-25 11:23:01 +08:00
Ruoyu Zhong
3575ca9bbb
workflows/sorbet: run on macos-13
2023-04-25 11:22:35 +08:00
Ruoyu Zhong
2831335f4d
workflows/build-pkg: run on macos-13
2023-04-25 11:22:21 +08:00
Nanda H Krishna
23a89d9263
Merge pull request #15303 from Homebrew/dependabot/bundler/Library/Homebrew/parser-3.2.2.1
...
build(deps): bump parser from 3.2.2.0 to 3.2.2.1 in /Library/Homebrew
2023-04-24 18:05:50 -04:00
BrewTestBot
432726a5b2
Update RBI files for parser.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml ) workflow.
2023-04-24 19:10:52 +00:00
BrewTestBot
c5fdbe0e26
brew vendor-gems: commit updates.
2023-04-24 19:05:19 +00:00
dependabot[bot]
3a52f50ea2
build(deps): bump parser from 3.2.2.0 to 3.2.2.1 in /Library/Homebrew
...
Bumps [parser](https://github.com/whitequark/parser ) from 3.2.2.0 to 3.2.2.1.
- [Release notes](https://github.com/whitequark/parser/releases )
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/whitequark/parser/compare/v3.2.2.0...v3.2.2.1 )
---
updated-dependencies:
- dependency-name: parser
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-24 19:00:39 +00:00
Mike McQuaid
0841d1a25e
Merge pull request #15301 from Bo98/bundle-clean
...
utils/gems: run `bundle clean` when install not required
2023-04-24 17:20:54 +01:00
Bo Anderson
5b3cf28bbc
utils/gems: don't silently install gems during tests
2023-04-24 17:05:38 +01:00
Mike McQuaid
96066f4507
Merge pull request #15272 from dawidd6/fish-linux-cask
...
completions/fish: fix cask references for Linux
2023-04-24 16:37:54 +01:00
Bo Anderson
e6c188affe
utils/gems: run bundle clean
when install not required
2023-04-24 15:51:12 +01:00
Carlo Cabrera
4f179c54a3
Merge pull request #15300 from carlocab/git-repo-str
...
git_repository: implement `#to_s`
2023-04-24 22:48:47 +08:00
Carlo Cabrera
2f37877858
git_repository: implement #to_s
instead
2023-04-24 22:34:09 +08:00
Carlo Cabrera
93c3775147
git_repository: define #to_str
...
Fixes:
Error: no implicit conversion of GitRepository into String
when doing `brew pr-pull --autosquash`. See [1].
I contemplated implementing only `#to_s`, but we've historically used
these as `Pathname`s, and `Pathname` defines `#to_str`.
[1] https://github.com/Homebrew/homebrew-core/actions/runs/4784638305/jobs/8506369135#step:10:54
2023-04-24 21:53:05 +08:00
Mike McQuaid
6429e27557
Merge pull request #15289 from dduugg/vendor-mechanize
...
Remove Nokogiri to resolve dependabot alerts
2023-04-24 14:17:01 +01:00
Douglas Eichelberger
f52cbbb9da
Vendor mechanize gem outside Gemfile
...
We only need a single file and it avoids pulling in e.g. `nokogiri`
which is vulnerable.
Allow updating it using `brew vendor-gems`.
2023-04-24 14:03:55 +01:00
Mike McQuaid
763c41f006
Merge pull request #15290 from apainintheneck/substitute-home-dir-in-caveats
...
formulary: sub home placeholder in caveats
4.0.15
2023-04-24 09:24:05 +01:00
Mike McQuaid
eec937f233
Merge pull request #15293 from carlocab/git-download-fsmonitor
...
download_strategy: disable Git fsmonitor
2023-04-24 09:22:50 +01:00
Mike McQuaid
9acb6cf1e5
Merge pull request #15296 from apainintheneck/warn-on-cask-install-when-already-installed
...
cmd/install: warn on cask install when already installed
2023-04-24 09:09:20 +01:00
apainintheneck
e82867a755
cmd/install: warn on cask install when already installed
...
This was the default behavior before #15273 got merged in to
refactor the `cask/cmd/install` logic into `cmd/install`.
2023-04-23 11:04:25 -07:00
Carlo Cabrera
35a8a5dd3d
download_strategy: disable Git fsmonitor
...
Enabling the fsmonitor isn't useful for these repositories. Moreover,
disabling them will get rid of the warning shown from trying to copy
sockets from a repo watched by the fsmonitor.
2023-04-23 16:42:58 +08:00
Markus Reiter
4ddebd9bd5
Merge pull request #15291 from EricFromCanada/untapped-formula-path
...
formula: consider arbitrary formula source paths
2023-04-23 02:01:24 +02:00
EricFromCanada
e67abce950
formula: consider arbitrary formula source paths
2023-04-22 18:56:01 -04:00
Issy Long
935649abaf
Merge pull request #15263 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-rspec-2.20.0
...
build(deps): bump rubocop-rspec from 2.19.0 to 2.20.0 in /Library/Homebrew
2023-04-22 18:58:03 +01:00
apainintheneck
d57f291a1e
formulary: sub home placeholder in caveats
...
We set a placeholder for the home directory when generating
API JSON so we should substitute the actual home directory
back in when printing caveats locally. This allows people
to use `Dir.home` in caveats and have it display correctly
no matter the platform or operating system.
2023-04-22 10:17:16 -07:00
Carlo Cabrera
664ac04782
Merge pull request #15287 from carlocab/fix-audit-annotations
...
dev-cmd/audit: fix audit annotations
2023-04-22 16:49:45 +08:00
Carlo Cabrera
f4692ddb40
dev-cmd/audit: fix audit annotations
...
Emitting annotations currently produces:
Error: no implicit conversion of Symbol into Integer
The issue is that `problem` is an `Array` of problems which we need to
handle individually.
2023-04-22 15:13:35 +08:00
Douglas Eichelberger
ec39fe7bb1
Merge pull request #15283 from dduugg/no-false-sigil
...
Remove `# typed: false` sigil in tests
2023-04-21 19:44:09 -07:00
Issy Long
4a87c624d7
Fix new RSpec/IndexedLet
offenses
2023-04-22 01:02:38 +01:00
Nanda H Krishna
270abd8467
Merge pull request #15285 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-capybara-2.18.0
...
build(deps): bump rubocop-capybara from 2.17.1 to 2.18.0 in /Library/Homebrew
2023-04-21 19:55:11 -04:00
BrewTestBot
bcb31c9ba6
Update RBI files for rubocop-capybara.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml ) workflow.
2023-04-21 19:13:10 +00:00
BrewTestBot
9c1c2873e8
brew vendor-gems: commit updates.
2023-04-21 19:06:22 +00:00
dependabot[bot]
174beee298
build(deps): bump rubocop-capybara in /Library/Homebrew
...
Bumps [rubocop-capybara](https://github.com/rubocop/rubocop-capybara ) from 2.17.1 to 2.18.0.
- [Release notes](https://github.com/rubocop/rubocop-capybara/releases )
- [Changelog](https://github.com/rubocop/rubocop-capybara/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-capybara/compare/v2.17.1...v2.18.0 )
---
updated-dependencies:
- dependency-name: rubocop-capybara
dependency-type: indirect
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-21 19:01:58 +00:00
Carlo Cabrera
e7ac13b44a
Merge pull request #15284 from carlocab/rm-issue-comment
...
formula_auditor: remove issue comment audit
2023-04-22 02:10:59 +08:00
Carlo Cabrera
3631765a8d
formula_auditor: remove issue comment audit
...
See discussion at Homebrew/homebrew-core#128954 .
2023-04-22 01:27:35 +08:00
Douglas Eichelberger
9075cbae62
brew style --fix
2023-04-21 09:58:50 -07:00
Douglas Eichelberger
ac1e6ded9a
git grep -l '# typed: false' | xargs gsed -i 's|# typed: false||g'
2023-04-21 09:57:47 -07:00
Douglas Eichelberger
f7b18995c9
Disable Sorbet/FalseSigil
2023-04-21 09:57:25 -07:00
Mike McQuaid
302b224c21
Merge pull request #15282 from carlocab/brewed-gh
...
Dockerfile: install newer gh
2023-04-21 14:04:13 +01:00
Carlo Cabrera
e392bbc0e2
Install gh
from GitHub Debian repository
2023-04-21 18:01:08 +08:00
Carlo Cabrera
40d5ba577f
Dockerfile: install gh from Homebrew
...
apt installs an ancient `gh` that is missing some important flags. In
particular, we probably do want the `--match-head-commit` flag for the
extra security it gives us.
2023-04-21 17:32:42 +08:00
Mike McQuaid
03b847a678
Merge pull request #15280 from Homebrew/sponsors-maintainers-man-completions
...
Update manpage and completions.
2023-04-21 09:00:28 +01:00
Mike McQuaid
b1166182f9
Merge pull request #15276 from Homebrew/dependabot/github_actions/codecov/codecov-action-3.1.3
...
build(deps): bump codecov/codecov-action from 3.1.2 to 3.1.3
2023-04-21 08:46:44 +01:00
BrewTestBot
51991e470b
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.
2023-04-21 07:43:18 +00:00
Mike McQuaid
73717683b5
Merge pull request #15278 from ZhongRuoyu/pr-automerge-skip-pre-release
...
dev-cmd/pr-automerge: skip PRs with `pre-release` label
2023-04-21 08:42:16 +01:00
Mike McQuaid
9949404b44
Merge pull request #15277 from Homebrew/dependabot/bundler/Library/Homebrew/rspec-expectations-3.12.3
...
build(deps): bump rspec-expectations from 3.12.2 to 3.12.3 in /Library/Homebrew
2023-04-21 08:40:48 +01:00
Mike McQuaid
f2d064b8ae
Merge pull request #15264 from vitorgalvao/patch-1
...
Cask audit: check binary signature and notarisation
2023-04-21 07:52:11 +01:00