27829 Commits

Author SHA1 Message Date
BrewTestBot
51803969cc
brew vendor-gems: commit updates. 2021-04-23 05:58:57 +00:00
dependabot[bot]
07fee37771
build(deps): bump tapioca from 0.4.20 to 0.4.21 in /Library/Homebrew
Bumps [tapioca](https://github.com/Shopify/tapioca) from 0.4.20 to 0.4.21.
- [Release notes](https://github.com/Shopify/tapioca/releases)
- [Commits](https://github.com/Shopify/tapioca/compare/v0.4.20...v0.4.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-23 05:56:44 +00:00
Dustin Rodrigues
949e89f91e
docs: remove recommended/optional from maintainer guidelines 2021-04-22 22:09:00 -04:00
Zach Auten
95c8f445fa Fix bump-formula-pr for taps with ssh remote url. 2021-04-22 22:02:09 -04:00
Markus Reiter
2eaca98505
Avoid “Failure while executing; git config --replace-all homebrew.devcmdrun true exited with 255.” error. 2021-04-22 20:48:29 +02:00
Mike McQuaid
afbe0e8086
Merge pull request #11203 from kthchew/audit-url
audit: specify which URL has a content problem in problem message
2021-04-22 17:26:48 +01:00
Mike McQuaid
bd156d6adb
Merge pull request #11220 from Homebrew/dependabot/bundler/Library/Homebrew/bootsnap-1.7.4
build(deps): bump bootsnap from 1.7.3 to 1.7.4 in /Library/Homebrew
2021-04-22 15:18:04 +01:00
Mike McQuaid
f12d278e9b
Merge pull request #11221 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-performance-1.11.0
build(deps): bump rubocop-performance from 1.10.2 to 1.11.0 in /Library/Homebrew
2021-04-22 15:17:37 +01:00
Mike McQuaid
0808c41247
Merge pull request #11222 from Homebrew/dependabot/github_actions/actions/github-script-v4.0.1
build(deps): bump actions/github-script from v3 to v4.0.1
2021-04-22 15:16:57 +01:00
BrewTestBot
57c4ef7d53
Update RBI files for rubocop-performance. 2021-04-22 13:01:40 +00:00
BrewTestBot
d5a0993380
Update RBI files for bootsnap. 2021-04-22 13:01:33 +00:00
BrewTestBot
1ac764b1ea
brew vendor-gems: commit updates. 2021-04-22 13:00:42 +00:00
BrewTestBot
7c3090a8fa
brew vendor-gems: commit updates. 2021-04-22 13:00:35 +00:00
Mike McQuaid
d81b898117
utils/curl: tweak style. 2021-04-22 13:57:28 +01:00
dependabot[bot]
828ac157be
build(deps): bump rubocop-performance in /Library/Homebrew
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.10.2 to 1.11.0.
- [Release notes](https://github.com/rubocop/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.10.2...v1.11.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-22 12:55:09 +00:00
dependabot[bot]
12a41c8578
build(deps): bump bootsnap from 1.7.3 to 1.7.4 in /Library/Homebrew
Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.7.3 to 1.7.4.
- [Release notes](https://github.com/Shopify/bootsnap/releases)
- [Changelog](https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Shopify/bootsnap/compare/v1.7.3...v1.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-22 12:55:02 +00:00
Kenneth Chew
af594739dc
audit: specify which URL has a content problem in problem message 2021-04-22 13:52:18 +01:00
dependabot[bot]
99ad3b34cb
build(deps): bump actions/github-script from v3 to v4.0.1
Bumps [actions/github-script](https://github.com/actions/github-script) from v3 to v4.0.1.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v3...85e88a66eaa831097093a3d278536947f2984d20)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-22 12:51:49 +00:00
Mike McQuaid
e651c86b45
Merge pull request #11225 from MikeMcQuaid/fix_shellcheck
Fix shellcheck failures
2021-04-22 13:43:43 +01:00
Mike McQuaid
7af68d0f8e
Fix shellcheck failures
A new version of `shellcheck` (I think?) brought us so new warnings and
errors.

To fix:
- pass `--source-path` so we don't need to stop `shellcheck` trying to
  read sourced files every time
- disable some more warnings/errors we don't care about fixing
2021-04-22 13:18:44 +01:00
Mike McQuaid
521d6b51a6
dev-cmd/{bottle,pr-upload}: generate, upload all: $SHA256 bottles.
Generate `all: $SHA256` bottles if:
- all generated bottles have the same cellar
- all generated bottles have the same checksum

In this case, on `brew bottle --merge --write`: delete all the non-`all`
bottles (and their JSON) and upload only the single one that's
necessary.
2021-04-21 17:10:05 +01:00
Mike McQuaid
813f75159b
Merge pull request #11213 from MikeMcQuaid/rm_pod2man_shim
shims/mac/super/pod2man: delete.
2021-04-21 14:56:36 +01:00
Mike McQuaid
0ba5a5dde5
shims/mac/super/pod2man: delete.
Bo98 has confirmed this is not needed on Yosemite (the oldest version of
macOS that we can still be run on).
2021-04-21 14:23:11 +01:00
hyuraku
2b6afea8ed utils/ruby.sh: repair style 2021-04-21 22:19:35 +09:00
hyuraku
d3b07d078f utils/analytics.sh: repair style 2021-04-21 21:12:27 +09:00
Mike McQuaid
e59f93cf19
Merge pull request #11212 from MikeMcQuaid/pod2man_tweaks
pod2man: further tweak logic.
2021-04-21 13:03:15 +01:00
Mike McQuaid
d3edf6155c
Merge pull request #11196 from hyuraku/remove_HOMEBREW_MAKE
remove HOMEBREW_MAKE
2021-04-21 13:01:21 +01:00
hyuraku
05260f4565 utils/lock.sh: repair style 2021-04-21 20:51:50 +09:00
Mike McQuaid
df9ba9512e
pod2man: further tweak logic.
- prioritise the first `pod2man` in the `PATH` if possible. This shim
  was created to handle the case where there isn't one but, if there is,
  we want to allow e.g. using a `pod2man` dependency to override the use
  of the system version
- make `/usr/bin/pod2man` lower priority but still prioritise it over
  a Homebrew-installed `pod2man` that's not in the `PATH` unless it
  doesn't exist.
2021-04-21 12:32:39 +01:00
Mike McQuaid
daa8f7c858
Merge pull request #11210 from MikeMcQuaid/bottle_libarchive_installed
dev-cmd/bottle: fix libarchive installed check.
2021-04-21 12:04:49 +01:00
Mike McQuaid
261cbe0572
Merge pull request #11208 from MikeMcQuaid/newer_pod2man
pod2man: use newer pod2man.
2021-04-21 11:53:52 +01:00
Mike McQuaid
965dbaa172
dev-cmd/bottle: fix libarchive installed check.
Used now-removed old method name.
2021-04-21 11:39:19 +01:00
Mike McQuaid
443bae5522
pod2man: use newer pod2man.
This shim was originally added in
5c973bad7422cf7f335e952a91ddfa2273aa2e4f to workaround a missing
`/usr/bin/pod2man`. It's now unfortunately resulting in using an older
`pod2man` on newer macOS versions.

Instead, let's use `/usr/bin/pod2man` if it's available and, if not,
work backwards to find the newest available version that is available.
2021-04-21 10:51:18 +01:00
Mike McQuaid
3156b531d0
Merge pull request #11167 from MikeMcQuaid/bottle-uid-gid-gtar
dev-cmd/bottle: set uid/gid, use libarchive on macOS.
2021-04-21 10:44:22 +01:00
Mike McQuaid
4a3fc2a8fc
dev-cmd/bottle: set uid/gid, use libarchive on macOS.
Take 2 on #11165 but use newish `libarchive` consistently on macOS.
2021-04-21 10:09:35 +01:00
Mike McQuaid
1bcf3475e2
Merge pull request #11197 from hyuraku/dev-cmd/rubocop_repair-style
dev-cmd/rubocop.sh: repair style
2021-04-21 09:41:01 +01:00
Mike McQuaid
0888cd63d8
Merge pull request #11205 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-1.13.0
build(deps): bump rubocop from 1.12.1 to 1.13.0 in /Library/Homebrew
2021-04-21 09:37:28 +01:00
BrewTestBot
060ee06574
Update RBI files for rubocop. 2021-04-21 05:53:52 +00:00
BrewTestBot
2bf89d9114
brew vendor-gems: commit updates. 2021-04-21 05:52:54 +00:00
dependabot[bot]
ae174b064b
build(deps): bump rubocop from 1.12.1 to 1.13.0 in /Library/Homebrew
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.12.1 to 1.13.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop/compare/v1.12.1...v1.13.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-21 05:47:34 +00:00
hyuraku
0f02def5ac dev-cmd/rubocop.sh: repair style 2021-04-21 09:59:43 +09:00
hyuraku
40084fcf7e remove HOMEBREW_MAKE 2021-04-21 09:59:15 +09:00
Carlo Cabrera
3476ca7b8f
Merge pull request #11198 from lukehefson/remove-issue-body-from-forms
Remove `issue_body` from YAML issue forms
2021-04-20 23:02:56 +01:00
Luke Hefson
293ad673b6
Update feature.yml 2021-04-20 21:17:32 +01:00
Luke Hefson
39c34b9953
Remove issue_body key from issue forms 2021-04-20 21:17:28 +01:00
Rylan Polster
44188a3f6e
Merge pull request #11191 from Rylan12/re-enable-gitlab-patch-check 2021-04-20 16:09:46 -04:00
Mike McQuaid
0a1849075e
Merge pull request #11199 from thomasrockhu/update-codecov-action
Bump Codecov action to 1.4.1
2021-04-20 19:44:07 +01:00
Tom Hu
204fa5c75f
Bump Codecov action to 1.4.1 2021-04-20 14:10:43 -04:00
Mike McQuaid
1d2782dcef
Merge pull request #11190 from gromgit/patch-2
Acceptable-Casks.md: improve readability
2021-04-20 16:02:43 +01:00
Mike McQuaid
433407a2d7
Merge pull request #11179 from hyuraku/shims_repair-style
Shims repair style
2021-04-20 15:27:42 +01:00