33204 Commits

Author SHA1 Message Date
Mike McQuaid
d98de7438a
Merge pull request #14185 from MikeMcQuaid/remove_some_diagnostics
diagnostic: remove some checks.
2022-11-29 10:08:50 +00:00
Mike McQuaid
49bacd681e
diagnostic: remove some checks.
- Some of these are currently failing globally on GitHub Actions.
- Some(/all?) of these predate our use of the macOS sandbox,
  environment filtering, PATH filtering and pushing users much harder to
  use bottles instead of building from source
- I haven't seen a case for a long time where any of these actually
  debugged a user issue. If/when this happens: we can add a given check
  back.
- This should allow us to dramatically reduce the amount of cleanup
  that `brew test-bot` needs to do on GitHub Actions.
2022-11-29 09:21:34 +00:00
Carlo Cabrera
9c88c39bae
Merge pull request #14172 from carlocab/doctor-runners
workflows/doctor: use ephemeral runners
2022-11-24 22:41:41 +08:00
Carlo Cabrera
08e81aaf7a
Apply suggestions from code review
Co-authored-by: Bo Anderson <mail@boanderson.me>
2022-11-24 21:45:16 +08:00
Carlo Cabrera
2f28b28058
workflows/doctor: use ephemeral runners
This workflow hasn't been set up to run on our ephemeral runners. Let's
fix that.
2022-11-24 14:15:10 +08:00
Mike McQuaid
4abca3fa1f
Merge pull request #14169 from Homebrew/dependabot/bundler/Library/Homebrew/rack-3.0.1
build(deps): bump rack from 3.0.0 to 3.0.1 in /Library/Homebrew
2022-11-22 09:13:00 +00:00
Mike McQuaid
fac7b05082
Merge pull request #14168 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-rails-2.17.3
build(deps): bump rubocop-rails from 2.17.2 to 2.17.3 in /Library/Homebrew
2022-11-22 09:12:46 +00:00
BrewTestBot
5ad0cd406a
Update RBI files for rack.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml) workflow.
2022-11-21 18:19:32 +00:00
BrewTestBot
6e215ecaba
Update RBI files for rubocop-rails.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml) workflow.
2022-11-21 18:14:15 +00:00
BrewTestBot
7d3a9d2e8e
brew vendor-gems: commit updates. 2022-11-21 18:11:24 +00:00
BrewTestBot
e1bf39a180
brew vendor-gems: commit updates. 2022-11-21 18:09:07 +00:00
dependabot[bot]
400ecadbc9
build(deps): bump rack from 3.0.0 to 3.0.1 in /Library/Homebrew
Bumps [rack](https://github.com/rack/rack) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/3.0.0...v3.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-21 18:05:40 +00:00
dependabot[bot]
fd1ebc4e89
build(deps): bump rubocop-rails in /Library/Homebrew
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.17.2 to 2.17.3.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.17.2...v2.17.3)

---
updated-dependencies:
- dependency-name: rubocop-rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-21 18:05:14 +00:00
Mike McQuaid
840f49a425
Merge pull request #14165 from Homebrew/sponsors-maintainers-man-completions
Update manpage and completions.
2022-11-21 15:04:00 +00:00
Issy Long
38a1bf337f
Merge pull request #14162 from issyl0/rubocop-cleanup
rubocop_todo: Clean up deleted paths & excludes without offenses
2022-11-21 14:48:08 +00:00
Mike McQuaid
9637c0fbcc
Merge pull request #14164 from ThatsJustCheesy/brew-casks-root-formulae
Prevent `brew casks` from finding formulae at tap root
2022-11-21 14:31:24 +00:00
BrewTestBot
59f372a776
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.
2022-11-21 14:31:02 +00:00
Mike McQuaid
dc58f963df
Merge pull request #14161 from issyl0/prepend-not-append
dev-cmd/bump-{cask,formula}-pr: `args.message` is before the default
2022-11-21 14:29:46 +00:00
Ian Gregory
9013ca2a22 Prevent brew casks from finding formulae at tap root 2022-11-20 16:22:18 -05:00
Issy Long
5beebf2238
rubocop_todo: Clean up file paths that no longer exist 2022-11-20 00:00:20 +00:00
Issy Long
70553455b8
rubocop_todo: dependency.rb no longer has empty blocks 2022-11-20 00:00:15 +00:00
Issy Long
c37601f585
dev-cmd/bump-{cask,formula}-pr: args.message is before the default
- I was wondering why `brew bump` PRs have descriptions with both commands, like:

```
Created with `brew bump`.

---

Created by `brew bump-formula-pr`.
```

- Then I read the code and realised that "append" was the wrong word for the
  `--message` arg description.
2022-11-19 23:03:23 +00:00
Bo Anderson
759ab2d0bd
Merge pull request #14159 from Bo98/env-shebang
utils/gems: use env shebang when installing gems
3.6.12
2022-11-19 01:27:47 +00:00
Bo Anderson
81f262ece3
utils/gems: use env shebang when installing gems 2022-11-19 00:58:05 +00:00
Mike McQuaid
8b452d5e32
Merge pull request #14158 from Homebrew/dependabot/bundler/Library/Homebrew/bootsnap-1.14.0
build(deps): bump bootsnap from 1.13.0 to 1.14.0 in /Library/Homebrew
2022-11-18 18:12:07 +00:00
BrewTestBot
75eb7c56f5
Update RBI files for bootsnap.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml) workflow.
2022-11-18 17:38:01 +00:00
BrewTestBot
6fb0d1dbdf
brew vendor-gems: commit updates. 2022-11-18 17:31:29 +00:00
dependabot[bot]
01b572b331
build(deps): bump bootsnap from 1.13.0 to 1.14.0 in /Library/Homebrew
Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/Shopify/bootsnap/releases)
- [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Shopify/bootsnap/compare/v1.13.0...v1.14.0)

---
updated-dependencies:
- dependency-name: bootsnap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-18 17:24:22 +00:00
Bo Anderson
a4f082dfe0
Merge pull request #14155 from Bo98/bundler-2.3.26
Update Bundler to 2.3.26
2022-11-18 17:23:15 +00:00
Mike McQuaid
83d62ce405
Merge pull request #14132 from issyl0/switch-from-hackerone-to-github-vulnerability-reporting
README: Switch from HackerOne to GitHub for vulnerability reporting
2022-11-18 15:59:31 +00:00
Mike McQuaid
f96b1d89f3
Merge pull request #14157 from Homebrew/sponsors-maintainers-man-completions
Update sponsors.
2022-11-18 09:21:31 +00:00
Mike McQuaid
984d9d712d
Merge pull request #14141 from apainintheneck/speed-up-deleted-reason
Speed up `deleted_reason` method
2022-11-18 09:18:37 +00:00
apainintheneck
2601cc410b Only optimize for the core tap 2022-11-17 21:15:43 -08:00
BrewTestBot
bfb479138f
Update sponsors.
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
2022-11-18 00:06:28 +00:00
Bo Anderson
e21c926f9b
Update Bundler to 2.3.26 2022-11-17 16:35:08 +00:00
Mike McQuaid
ebe4447fda
Merge pull request #14154 from Homebrew/dependabot/bundler/Library/Homebrew/regexp_parser-2.6.1
build(deps): bump regexp_parser from 2.6.0 to 2.6.1 in /Library/Homebrew
2022-11-17 15:25:05 +00:00
Mike McQuaid
129c5c2845
Merge pull request #14152 from EricFromCanada/docs-contributors-fixes
docs: update Contributors section
2022-11-17 15:02:09 +00:00
BrewTestBot
f0815b86d2
Update RBI files for regexp_parser.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml) workflow.
2022-11-17 14:52:47 +00:00
BrewTestBot
1ac34a047b
brew vendor-gems: commit updates. 2022-11-17 14:46:05 +00:00
dependabot[bot]
fa9eab8d13
build(deps): bump regexp_parser from 2.6.0 to 2.6.1 in /Library/Homebrew
Bumps [regexp_parser](https://github.com/ammar/regexp_parser) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/ammar/regexp_parser/releases)
- [Changelog](https://github.com/ammar/regexp_parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ammar/regexp_parser/compare/v2.6.0...v2.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-17 14:42:06 +00:00
Mike McQuaid
3672890882
Merge pull request #14153 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-performance-1.15.1
build(deps): bump rubocop-performance from 1.15.0 to 1.15.1 in /Library/Homebrew
2022-11-17 14:41:00 +00:00
BrewTestBot
90f056218c
Update RBI files for rubocop-performance.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml) workflow.
2022-11-16 18:12:53 +00:00
BrewTestBot
46088f22e0
brew vendor-gems: commit updates. 2022-11-16 18:06:28 +00:00
dependabot[bot]
c6f1907486
build(deps): bump rubocop-performance in /Library/Homebrew
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.15.0 to 1.15.1.
- [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.15.0...v1.15.1)

---
updated-dependencies:
- dependency-name: rubocop-performance
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-16 18:02:50 +00:00
Mike McQuaid
d6884be9de
Merge pull request #14151 from Homebrew/sponsors-maintainers-man-completions
Update manpage and completions.
2022-11-16 14:12:09 +00:00
EricFromCanada
d615899ca9
Contributors docs: content & formatting updates
Update How-To-Open-a-Homebrew-Pull-Request.md

Update Acceptable-Formulae.md

Update Acceptable-Casks.md

Update License-Guidelines.md

Update Versions.md

Update Versions.md

Update Deprecating-Disabling-and-Removing-Formulae.md

Update Node-for-Formula-Authors.md

Update Python-for-Formula-Authors.md

Update Brew-Livecheck.md

Update Migrating-A-Formula-To-A-Tap.md

Update Rename-A-Formula.md

Update How-to-Create-and-Maintain-a-Tap.md

Update Brew-Test-Bot.md

Update Typechecking.md
2022-11-16 09:03:12 -05:00
EricFromCanada
034bf72235
Contributors docs: adjust line breaks 2022-11-16 09:03:12 -05:00
BrewTestBot
b9b98ac542
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.
2022-11-16 13:41:08 +00:00
Mike McQuaid
efa04015a1
Merge pull request #14149 from danielbayley/dev-cmd-ruby
dev-cmd/`ruby`: add `--version`
2022-11-16 13:39:49 +00:00
Daniel Bayley
4bf2b3df4a dev-cmd/ruby: add --version 2022-11-16 13:09:31 +00:00