BrewTestBot
05de86261a
brew vendor-gems: commit updates.
2022-06-27 18:11:06 +00:00
BrewTestBot
0332beaa31
brew vendor-gems: commit updates.
2022-06-27 18:10:36 +00:00
dependabot[bot]
c1cf8644a7
build(deps-dev): bump sorbet-static-and-runtime in /Library/Homebrew
...
Bumps [sorbet-static-and-runtime](https://github.com/sorbet/sorbet ) from 0.5.10109 to 0.5.10125.
- [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>
2022-06-27 18:08:39 +00:00
dependabot[bot]
81ed808d00
build(deps): bump rubocop-rails in /Library/Homebrew
...
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails ) from 2.15.0 to 2.15.1.
- [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.15.0...v2.15.1 )
---
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-06-27 18:08:15 +00:00
dependabot[bot]
48ab68420f
build(deps): bump parallel_tests in /Library/Homebrew
...
Bumps [parallel_tests](https://github.com/grosser/parallel_tests ) from 3.11.0 to 3.11.1.
- [Release notes](https://github.com/grosser/parallel_tests/releases )
- [Changelog](https://github.com/grosser/parallel_tests/blob/master/CHANGELOG.md )
- [Commits](https://github.com/grosser/parallel_tests/compare/v3.11.0...v3.11.1 )
---
updated-dependencies:
- dependency-name: parallel_tests
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-27 18:07:21 +00:00
Rylan Polster
55da9f293d
Cleanup Cask::Caskroom::casks
2022-06-26 14:24:05 -04:00
Sean Molenaar
93ed7646b0
utils: allow developers to differ in ruby minor versions
2022-06-26 16:27:16 +02:00
Sam Ford
283ff9e3ad
bump-formula-pr: handle url with specs hash
...
The existing `bump-formula-pr` regexes expect a `url` string to only
be followed by a newline. However, `url` also accepts a `specs` hash,
which can appear after the `url` string. For example:
```
url "https://www.example.com/1.2.3.tar.gz ", using: :homebrew_curl
```
This commit modifies the regexes to capture anything after the `url`
string and before the newline. This works for the aforementioned
example, where the trailing hash is on the same line, but it won't
work if the hash appears on a subsequent line. For example:
```
url "https://www.example.com/1.2.3.tar.gz ",
using: :homebrew_curl
```
2022-06-24 19:26:16 -04:00
Rylan Polster
d96a8fd35e
Fix tests
2022-06-24 17:20:03 -04:00
Rylan Polster
f38db6e100
Define MacOS::Version::SYMBOLS
on macOS and linux
2022-06-24 14:39:17 -04:00
Rylan Polster
6ebd5174d6
Update tests for on_*
methods in formulae and casks
2022-06-24 14:39:17 -04:00
Rylan Polster
d3c3f7be9e
Add variations
to Cask#to_h
2022-06-24 14:39:17 -04:00
Rylan Polster
b538ce7361
Add OnSystem
module to generate on_*
methods for formulae and casks
2022-06-24 14:37:50 -04:00
BrewTestBot
d131dcbe4c
Update RBI files for unicode-display_width.
2022-06-24 18:10:44 +00:00
BrewTestBot
29af3f785c
brew vendor-gems: commit updates.
2022-06-24 18:06:28 +00:00
dependabot[bot]
13a0e53303
build(deps): bump unicode-display_width in /Library/Homebrew
...
Bumps [unicode-display_width](https://github.com/janlelis/unicode-display_width ) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/janlelis/unicode-display_width/releases )
- [Changelog](https://github.com/janlelis/unicode-display_width/blob/main/CHANGELOG.md )
- [Commits](https://github.com/janlelis/unicode-display_width/compare/v2.1.0...v2.2.0 )
---
updated-dependencies:
- dependency-name: unicode-display_width
dependency-type: indirect
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-24 18:04:01 +00:00
Rylan Polster
ac454d6563
Merge pull request #13468 from Homebrew/sorbet-files-update
...
sorbet: Update RBI files.
2022-06-24 11:35:46 -04:00
Mike McQuaid
3ef6db617a
update-report: always write non-blank lattesttag.
...
This handles this being unset when using `brew update --quiet`.
Fixes #13467
2022-06-24 13:37:32 +02:00
Sam Ford
2194f6e12b
Only require livecheck block URL when appropriate
...
`ExtractPlist` doesn't require a URL like other strategies (it takes
a `Cask` instead) but we've had to provide one in existing
`livecheck` blocks to get past this requirement in livecheck. This
commit makes it so this requirement is only enforced when a
strategy's `#find_versions` method has a required `url` parameter
(not an optional one, as in `ExtractPlist`).
2022-06-24 00:08:54 -04:00
Sam Ford
d7a26cd6d3
ExtractPlist: Modify #find_versions url usage
2022-06-24 00:08:53 -04:00
Sam Ford
077fb350a5
ExtractPlist: Add url to #find_versions object
2022-06-24 00:08:53 -04:00
Bevan Kay
916c980676
livecheck: allow custom url in extract_plist strategy
2022-06-24 00:08:53 -04:00
BrewTestBot
bc064ccd35
sorbet: Update RBI files.
...
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml ) workflow.
2022-06-24 00:24:18 +00:00
Sam Ford
04203953de
Cask: Ensure #discontinued? returns a boolean
...
The `Cask::DSL#discontinued?` method is expected to return a boolean
value (`true`/`false`) but it will return `nil` for any casks without
a `caveats` block. `nil` is still falsy but this commit ensures that
the method will properly return a boolean value in this scenario.
2022-06-23 14:03:15 -04:00
Mike McQuaid
ef00b40a51
Merge pull request #13447 from notfromstatefarm/feature/support-custom-ssh
...
support forcing brew-installed SSH for git operations
2022-06-23 10:14:55 +02:00
notfromstatefarm
8d76522be2
remove HOMEBREW_SSH_PATH
2022-06-22 19:22:48 -04:00
notfromstatefarm
bcce038d33
update env_config.rb
2022-06-22 19:22:44 -04:00
notfromstatefarm
540313f18b
support custom git SSH binaries
2022-06-22 19:22:41 -04:00
BrewTestBot
793b8f471f
brew vendor-gems: commit updates.
2022-06-22 22:33:50 +00:00
dependabot[bot]
24ae2c184d
build(deps-dev): bump sorbet-static-and-runtime in /Library/Homebrew
...
Bumps [sorbet-static-and-runtime](https://github.com/sorbet/sorbet ) from 0.5.10101 to 0.5.10109.
- [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>
2022-06-22 22:31:35 +00:00
Rylan Polster
67fe7134b1
Merge pull request #13450 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-static-and-runtime-0.5.10101
...
build(deps-dev): bump sorbet-static-and-runtime from 0.5.10098 to 0.5.10101 in /Library/Homebrew
2022-06-22 13:25:06 -04:00
Rylan Polster
8682248fbe
Merge pull request #13452 from Homebrew/dependabot/bundler/Library/Homebrew/minitest-5.16.1
...
build(deps): bump minitest from 5.16.0 to 5.16.1 in /Library/Homebrew
2022-06-22 13:22:15 -04:00
Carlo Cabrera
7435373dd8
env_config: clean up default text for HOMEBREW_LIVECHECK_WATCHLIST
...
Follow up to #13453 . The default values for our other environment
variables are typically wrapped in backticks, so let's do the same here
for consistency.
Closes #13455 .
2022-06-22 11:26:23 +08:00
apainintheneck
3b65ecaf4c
livecheck: fix path to livecheck watchlist
2022-06-21 17:57:19 -07:00
BrewTestBot
1c2b87568a
Update RBI files for minitest.
2022-06-21 18:14:57 +00:00
BrewTestBot
b29f603666
brew vendor-gems: commit updates.
2022-06-21 18:10:48 +00:00
dependabot[bot]
0002bd59df
build(deps): bump minitest from 5.16.0 to 5.16.1 in /Library/Homebrew
...
Bumps [minitest](https://github.com/seattlerb/minitest ) from 5.16.0 to 5.16.1.
- [Release notes](https://github.com/seattlerb/minitest/releases )
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc )
- [Commits](https://github.com/seattlerb/minitest/compare/v5.16.0...v5.16.1 )
---
updated-dependencies:
- dependency-name: minitest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-21 18:08:22 +00:00
Rylan Polster
b941470216
Merge pull request #13440 from Rylan12/prefer-api-to-taps
...
Always prefer loading from API when `HOMEBREW_INSTALL_FROM_API` is set
2022-06-21 10:18:02 -04:00
BrewTestBot
acd7f5700a
brew vendor-gems: commit updates.
2022-06-20 18:13:07 +00:00
dependabot[bot]
dad3f50cc0
build(deps-dev): bump sorbet-static-and-runtime in /Library/Homebrew
...
Bumps [sorbet-static-and-runtime](https://github.com/sorbet/sorbet ) from 0.5.10098 to 0.5.10101.
- [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>
2022-06-20 18:06:20 +00:00
Rylan Polster
5d3501f6b4
Merge pull request #13428 from hyuraku/repair-brew-outdated-greedy
...
repair `brew outdated --greedy` to show only casks
2022-06-20 13:33:28 -04:00
hyuraku
52279d588d
repair description
2022-06-20 23:42:44 +09:00
hyuraku
0de4855bd8
improve description
2022-06-20 21:33:17 +09:00
Bo Anderson
300ea666b7
Merge pull request #13444 from bevanjkay/cask-discontinued
...
cask/audit: skip additional livecheck audit when cask is discontinued
2022-06-19 00:07:31 +01:00
Sam Ford
8bce1e8e37
cask/audit: Skip livecheck audit for :latest casks
2022-06-18 16:44:29 -04:00
Xuehai Pan
8f9f18fe59
utils/shfmt.sh: allow long shfmt arguments
2022-06-18 17:27:56 +08:00
Bevan Kay
fa2e4d4401
cask/audit: skip additional livecheck audit when cask is discontinued
2022-06-18 13:16:34 +10:00
Bo Anderson
65e077aac9
Merge pull request #13441 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-static-and-runtime-0.5.10098
...
build(deps-dev): bump sorbet-static-and-runtime from 0.5.10097 to 0.5.10098 in /Library/Homebrew
2022-06-17 20:55:37 +01:00
Bo Anderson
f587f82ef7
Merge pull request #13442 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-sorbet-0.6.10
...
build(deps): bump rubocop-sorbet from 0.6.8 to 0.6.10 in /Library/Homebrew
2022-06-17 20:55:23 +01:00
Bo Anderson
f77722cfd3
cmd/update-report: fix Style/MapCompactWithConditionalBlock
2022-06-17 19:53:30 +01:00