Bo Anderson
a339b912c0
utils/gems: make .homebrew_gem_groups writing atomic
2023-10-30 20:58:44 +00:00
HardikBandhiya
e434d0dcbe
Merge branch 'Homebrew:master' into master
2023-10-31 00:48:08 +05:30
HardikBandhiya
1169140522
Update README.md
...
changed name of Twitter to it's new name 𝕏
2023-10-31 00:47:56 +05:30
Bo Anderson
0a6c5214ec
Merge pull request #16167 from Homebrew/dependabot/bundler/Library/Homebrew/bootsnap-1.17.0
...
build(deps-dev): bump bootsnap from 1.16.0 to 1.17.0 in /Library/Homebrew
2023-10-30 19:13:43 +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
51e3c137b5
Merge pull request #16166 from Wertzui123/patch-1
...
README: change `labeled` to `labelled` for a consistent BE-style
2023-10-30 16:17:20 +00:00
Wertzui123
704182a67a
Change labeled
to labelled
for a consistent BE-style
2023-10-30 17:03:48 +01: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
Mike McQuaid
ac8e48ee69
Merge pull request #16165 from Ayaan49/fix
...
fix-typo
2023-10-30 13:10:27 +00:00
Ayaan49
2f3f2d7fbf
fix-typo
2023-10-30 16:43:29 +05:30
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
Kevin
bf8991f0d7
Merge pull request #16160 from MariaSolOs/fish-completions
...
fix(docs): update fish completions command
4.1.18
2023-10-28 23:25:32 -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
Maria José Solano
7eebe3c1b4
fix(docs): update fish completions command
2023-10-28 18:14:04 -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
5003072f2b
Merge pull request #16157 from Bo98/odisabled-kwargs
...
extend/kernel: fix `odisabled` kwargs handling
2023-10-28 18:02:48 +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
13ca5c3984
Merge pull request #16153 from Bo98/workflow_dispatch_event-kwargs
...
dev-cmd: fix GitHub.workflow_dispatch_event kwarg calls
2023-10-27 23:19:46 +01:00
Bo Anderson
f38fc62f90
dev-cmd: fix GitHub.workflow_dispatch_event kwarg calls
2023-10-27 22:37:22 +01:00
Bo Anderson
832c424dbe
Merge pull request #16151 from Bo98/bump-formula-pr-kwargs
...
dev-cmd/bump-formula-pr: fix specs passing under Ruby 3
2023-10-27 20:50:25 +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
b5aec5492e
Merge pull request #16145 from Bo98/portable-ruby-3
...
Portable Ruby 3.1.4 (opt-in beta)
2023-10-27 16:31:52 +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
829ca9a9ed
Merge pull request #16148 from Homebrew/sponsors-maintainers-man-completions
...
Update manpage and completions.
2023-10-27 13:23:54 +01:00
BrewTestBot
f08db0f0e6
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-10-27 12:01:23 +00: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
295dda346e
Merge pull request #16143 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-ast-1.30.0
...
build(deps-dev): bump rubocop-ast from 1.29.0 to 1.30.0 in /Library/Homebrew
2023-10-26 20:27:59 +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