Douglas Eichelberger
ca90f9866a
Resolve type error
2023-11-05 12:18:31 -08:00
Douglas Eichelberger
75179e9239
brew style --fix
2023-11-05 12:18:31 -08:00
Douglas Eichelberger
0191af7899
resolve typecheck errors
2023-11-05 08:55:58 -08:00
Douglas Eichelberger
61691aa48a
git grep -l '10461' | xargs gsed -i 's|10461|11116|g'
2023-11-05 08:46:35 -08:00
Douglas Eichelberger
c889eb5c66
bundle update sorbet-static-and-runtime
2023-11-05 08:44:36 -08:00
Mike McQuaid
54012f14ce
cask: add installed_time to JSON output.
...
This is provided for formulae in `installed.time` and is useful to have
for casks as well as formulae so let's output it here too.
2023-11-03 11:37:01 +00:00
BrewTestBot
bec3b20c0a
Update RBI files for racc.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml ) workflow.
2023-11-01 18:26:49 +00:00
BrewTestBot
614d015cff
brew vendor-gems: commit updates.
2023-11-01 18:21:13 +00:00
dependabot[bot]
05a225e64d
build(deps-dev): bump racc from 1.7.1 to 1.7.2 in /Library/Homebrew
...
Bumps [racc](https://github.com/tenderlove/racc ) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/tenderlove/racc/releases )
- [Changelog](https://github.com/ruby/racc/blob/master/ChangeLog )
- [Commits](https://github.com/tenderlove/racc/compare/v1.7.1...v1.7.2 )
---
updated-dependencies:
- dependency-name: racc
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-01 18:17:15 +00:00
BrewTestBot
9c585da273
Update RBI files for rubocop-sorbet.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml ) workflow.
2023-10-31 18:55:26 +00:00
BrewTestBot
3577d1e138
brew vendor-gems: commit updates.
2023-10-31 18:50:33 +00:00
dependabot[bot]
cba5f63ee3
build(deps-dev): bump rubocop-sorbet in /Library/Homebrew
...
Bumps [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet ) from 0.7.4 to 0.7.5.
- [Release notes](https://github.com/shopify/rubocop-sorbet/releases )
- [Commits](https://github.com/shopify/rubocop-sorbet/compare/v0.7.4...v0.7.5 )
---
updated-dependencies:
- dependency-name: rubocop-sorbet
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-31 18:46:55 +00:00
Bo Anderson
3c9eb901db
dev-cmd/audit: fix for Ruby 3
2023-10-30 21:21:30 +00:00
Bo Anderson
a339b912c0
utils/gems: make .homebrew_gem_groups writing atomic
2023-10-30 20:58:44 +00:00
Bo Anderson
2aa12893b0
Support Bootsnap in Ruby 3
2023-10-30 18:57:50 +00:00
Bo Anderson
329f8c7ca3
startup/bootsnap: slim load path cache
2023-10-30 18:57:01 +00:00
BrewTestBot
78fcf30d1a
Update RBI files for bootsnap.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml ) workflow.
2023-10-30 18:47:41 +00:00
BrewTestBot
0016bd08af
brew vendor-gems: commit updates.
2023-10-30 18:42:30 +00:00
dependabot[bot]
cb8e35f297
build(deps-dev): bump bootsnap in /Library/Homebrew
...
Bumps [bootsnap](https://github.com/Shopify/bootsnap ) from 1.16.0 to 1.17.0.
- [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md )
- [Commits](https://github.com/Shopify/bootsnap/compare/v1.16.0...v1.17.0 )
---
updated-dependencies:
- dependency-name: bootsnap
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-30 18:38:37 +00:00
Mike McQuaid
729a6d4eac
Merge pull request #16064 from thecaralice/term-env
...
Add a few environment variables important for editors
2023-10-30 14:40:56 +00:00
Mike McQuaid
98e06d98b9
Merge pull request #16163 from apainintheneck/system-verbose-print-to-stderr-on-request
...
utils: Homebrew.system respect stderr
2023-10-30 14:38:34 +00:00
Mike McQuaid
53107a51db
Merge pull request #16162 from Bo98/system_command-stderr-fix
...
system_command: fix potential issue of stderr not being read
2023-10-30 14:36:36 +00:00
Mike McQuaid
c02a45f9ed
Merge pull request #16158 from samford/livecheck/sparkle-more-item-attributes
...
Sparkle: Surface more Item values
2023-10-30 14:36:09 +00:00
Alice Carroll
9378b12d26
Re-export COLORTERM only locally in brew edit
2023-10-30 00:01:51 +03:00
apainintheneck
1118a49d42
utils: Homebrew.system respect stderr
...
This caused some JSON output to break recently which is not ideal.
The change here is to check if the output should be diverted to
stderr based on the options passed to system. If `:out => :err`
is passed, then we should send any verbose output to stderr
as well.
```console
$ brew ruby -e 'Homebrew.system("ls", :out => :err)' 2>| wc -c
105
$ brew ruby -e 'Homebrew.system("ls")' | wc -c
105
```
2023-10-28 23:43:35 -07:00
Carlo Cabrera
032ef75314
Merge pull request #16161 from apainintheneck/user-xdg-cache-home-on-linux
2023-10-29 13:43:11 +08:00
Bo Anderson
dd9359df12
system_command: fix potential issue of stderr not being read
2023-10-29 04:00:15 +00:00
apainintheneck
e1dda872c3
use XDG_CACHE_HOME on Linux
...
This variable was getting filtered out before so it wasn't possible
for us to use it as the default for HOMEBREW_DEFAULT_CACHE
and HOMEBREW_DEFAULT_LOGS.
2023-10-28 19:10:20 -07:00
Bo Anderson
700c7dea3f
Merge pull request #16155 from mahrud/quickfix/allow-branch-urls
...
audit(github): also permit refs/heads in GitHub URLs
2023-10-28 23:29:14 +01:00
Sam Ford
86c702abcd
Sparkle: Surface more Item values
...
Historically, the `Sparkle` strategy's `Item` struct has only
included basic values from the appcast that are commonly useful.
Over time we've selectively added/surfaced more values as we've
encountered outliers that require use of different values in a
`strategy` block.
We now need to use `minimumSystemValue`, so this expands the `Item`
struct to include any appcast value that we could conceivably want
to use in the future. This will hopefully save us from having to make
more modifications to the struct (and related tests) before we can
use a previously-unused value in a `strategy` block.
2023-10-28 14:55:47 -04:00
Bo Anderson
97eda64790
Merge pull request #16150 from Bo98/rexml-gem
...
Pull in REXML gem as it doesn't ship with Ruby 3
2023-10-28 18:03:30 +01:00
Bo Anderson
7187b8b5d6
extend/kernel: fix odisabled kwargs handling
2023-10-28 17:48:31 +01:00
Mahrud Sayrafi
eebffa8be3
audit(github): also permit refs/heads in GitHub URLs
2023-10-28 00:53:49 -05:00
Bo Anderson
f38fc62f90
dev-cmd: fix GitHub.workflow_dispatch_event kwarg calls
2023-10-27 22:37:22 +01:00
Bo Anderson
e19127dc89
dev-cmd/bump-formula-pr: fix specs passing under Ruby 3
2023-10-27 20:34:42 +01:00
Bo Anderson
26ea6b7f9e
Pull in REXML gem as it doesn't ship with Ruby 3
2023-10-27 20:24:10 +01:00
Mike McQuaid
979eed70a7
bootsnap: disable with Ruby 3.
2023-10-27 16:13:17 +01:00
Bo Anderson
14c1dce38b
Allow HOMEBREW_RUBY3 in tests
2023-10-27 15:58:43 +01:00
Bo Anderson
4ec450823c
Portable Ruby 3.1.4 (opt-in beta)
2023-10-27 15:58:43 +01:00
Mike McQuaid
93ec808d98
Merge pull request #16149 from Bo98/skip-child-gem-install
...
standalone/init: skip initial gem install in child processes
2023-10-27 14:19:08 +01:00
Bo Anderson
c45572ecee
standalone/init: skip initial gem install in child processes
2023-10-27 14:02:33 +01:00
Mike McQuaid
e377968edb
Merge pull request #16147 from MikeMcQuaid/setup-ruby
...
cmd/setup-ruby.sh: add new command.
2023-10-27 13:00:27 +01:00
Mike McQuaid
a2cd92b115
cmd/setup-ruby.sh: add new command.
...
This command, a bit like `install-bundler-gems`, is intended to be run
to ensure that the next invocation of `brew` will not need to try and
install Ruby or Bundler gems.
2023-10-27 09:27:56 +01:00
Bo Anderson
ce63b7c7f0
Merge pull request #16144 from Bo98/pr-upload-gem-fix
...
dev-cmd/pr-upload: fix gems not being installed with --upload-only
2023-10-26 20:37:08 +01:00
Bo Anderson
1af398068c
dev-cmd/pr-upload: fix gems not being installed with --upload-only
2023-10-26 20:20:53 +01:00
BrewTestBot
8cdd3263f6
Update RBI files for rubocop-ast.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml ) workflow.
2023-10-26 18:26:20 +00:00
BrewTestBot
bde565ea7f
brew vendor-gems: commit updates.
2023-10-26 18:20:35 +00:00
dependabot[bot]
9e0f49afc3
build(deps-dev): bump rubocop-ast in /Library/Homebrew
...
Bumps [rubocop-ast](https://github.com/rubocop/rubocop-ast ) from 1.29.0 to 1.30.0.
- [Release notes](https://github.com/rubocop/rubocop-ast/releases )
- [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-ast/compare/v1.29.0...v1.30.0 )
---
updated-dependencies:
- dependency-name: rubocop-ast
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-26 18:17:05 +00:00
Edward
f21af1e3eb
fix: xattr check in download quarantine
2023-10-25 21:22:06 +08:00
Edward
25ab4a2733
Revert "fix: ignore quarantine for linux cask download"
...
This reverts commit d2c15d04a1603c0a20fcedd0070d7c144cba28d8.
2023-10-25 21:21:28 +08:00