Rylan Polster
745d7ff813
formula: use only_if: in pour_bottle?
2021-05-20 11:24:08 -04:00
Carlo Cabrera
3c34c13056
formula: tweak preset pour_bottle? symbols
...
Let's rename `reason` to `requirement` so the preset symbol can just be
`:clt`. See Homebrew/homebrew-core#77509 .
2021-05-19 02:21:59 +01:00
Nanda H Krishna
2e9d4ffa15
Merge pull request #11407 from Homebrew/dependabot/bundler/docs/nokogiri-1.11.4
...
build(deps): bump nokogiri from 1.11.3 to 1.11.4 in /docs
2021-05-19 03:54:33 +05:30
Rylan Polster
d375d0404d
Merge pull request #11396 from gattilorenz/update_instructions
...
Improved Command Lines Tool update instructions
2021-05-18 17:42:22 -04:00
dependabot[bot]
21c0f1cf69
build(deps): bump nokogiri from 1.11.3 to 1.11.4 in /docs
...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri ) from 1.11.3 to 1.11.4.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases )
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.11.3...v1.11.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-18 21:26:38 +00:00
Mike McQuaid
94eb079b79
Merge pull request #11399 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-1.15.0
...
build(deps): bump rubocop from 1.14.0 to 1.15.0 in /Library/Homebrew
2021-05-18 22:26:00 +01:00
Lorenzo Gatti
c564019a91
debug info now includes CLT version
2021-05-18 16:19:31 +02:00
Rylan Polster
e0bfcdaf25
Merge pull request #11389 from Rylan12/pour-bottle-symbols
...
formula: add preset `pour_bottle?` symbols
3.1.8
2021-05-18 10:12:41 -04:00
Mike McQuaid
2ce6cd5e81
brew style --fix
2021-05-18 11:58:44 +01:00
Rylan Polster
722a8eda3c
Fix tests
2021-05-18 01:55:06 -04:00
BrewTestBot
847d7a233d
Update RBI files for rubocop.
2021-05-18 05:47:40 +00:00
BrewTestBot
c146dd4b55
brew vendor-gems: commit updates.
2021-05-18 05:46:42 +00:00
dependabot[bot]
6ff0732453
build(deps): bump rubocop from 1.14.0 to 1.15.0 in /Library/Homebrew
...
Bumps [rubocop](https://github.com/rubocop/rubocop ) from 1.14.0 to 1.15.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.14.0...v1.15.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-18 05:44:26 +00:00
Rylan Polster
69e29a358b
Raise errors on invalid symbol/block combinations
2021-05-17 15:33:09 -04:00
Lorenzo Gatti
5a24b6aff3
minor changes to the wording
2021-05-17 17:28:58 +02:00
Lorenzo Gatti
b7556350db
Better instructions for updating Command Line Tools
...
Added link to Apple's page with minimum requirements
2021-05-17 17:11:00 +02:00
Rylan Polster
fb3bfbb65c
Remove prefix option and add reason argument name
2021-05-17 10:55:46 -04:00
Mike McQuaid
1810ff9722
Merge pull request #11384 from cnnrmnn/blank-template-taps
...
Override user-set default git template for taps
2021-05-17 14:00:26 +01:00
Mike McQuaid
67ba6cfff1
Merge pull request #11378 from hyuraku/remove_manual_installer_from_upgrage_casks
...
remove installer manual casks from upgraded casks
2021-05-17 13:56:04 +01:00
Carlo Cabrera
1b1990d05d
Merge pull request #11392 from carlocab/duplicate-rpaths
...
extend/os/mac/keg_relocate: fix relocation of duplicate `RPATH`s
2021-05-17 00:47:41 +01:00
Carlo Cabrera
e8b5eb7e42
extend/os/mac/keg_relocate: fix relocation of duplicate RPATHs
...
Homebrew/homebrew-core#77623 revealed two bugs. One in `ruby-macho`,
which turns out to be unable to delete duplicated `RPATH`s. This was
fixed with `ruby-macho` 2.5.1.
The second, which this commit fixes, is in our handling of duplicate
`RPATH`s. Since we iterate over each `RPATH`, attempting to relocate the
first duplicate fails since it will no longer exist after having
relocated the original.
2021-05-17 00:14:46 +01:00
Nanda H Krishna
7ff63124e8
Merge pull request #11390 from Homebrew/dependabot/bundler/Library/Homebrew/nokogiri-1.11.4
...
build(deps): bump nokogiri from 1.11.3 to 1.11.4 in /Library/Homebrew
2021-05-17 03:27:51 +05:30
Carlo Cabrera
cfdd358c95
Merge pull request #11391 from Homebrew/dependabot/bundler/Library/Homebrew/ruby-macho-2.5.1
...
build(deps): bump ruby-macho from 2.5.0 to 2.5.1 in /Library/Homebrew
2021-05-16 22:20:35 +01:00
BrewTestBot
41baec1a49
Update RBI files for ruby-macho.
2021-05-16 14:36:31 +00:00
BrewTestBot
a2421c38f0
brew vendor-gems: commit updates.
2021-05-16 14:35:39 +00:00
BrewTestBot
b0c59d7df6
Update RBI files for nokogiri.
2021-05-16 14:33:29 +00:00
BrewTestBot
7e2fcaaa16
brew vendor-gems: commit updates.
2021-05-16 14:32:37 +00:00
dependabot[bot]
f158747592
build(deps): bump ruby-macho from 2.5.0 to 2.5.1 in /Library/Homebrew
...
Bumps [ruby-macho](https://github.com/Homebrew/ruby-macho ) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/Homebrew/ruby-macho/releases )
- [Commits](https://github.com/Homebrew/ruby-macho/compare/v2.5.0...v2.5.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-16 14:29:37 +00:00
dependabot[bot]
410ad0485c
build(deps): bump nokogiri from 1.11.3 to 1.11.4 in /Library/Homebrew
...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri ) from 1.11.3 to 1.11.4.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases )
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.11.3...v1.11.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-16 14:29:25 +00:00
Rylan Polster
9f5afcbf63
Merge pull request #11381 from cnnrmnn/fix-range-requests
...
Fix range requests with `curl`
2021-05-15 16:40:20 -04:00
Rylan Polster
9e35b4de21
fix test
2021-05-15 14:51:11 -04:00
Dawid Dziurla
c8d5b3d38d
Merge pull request #11388 from nandahkrishna/pipgrip-use-opt_bin
...
utils/pypi: use `opt_bin` for pipgrip
2021-05-15 20:10:24 +02:00
Rylan Polster
5e9fcafbd8
formula: add preset pour_bottle? symbols
2021-05-15 14:05:50 -04:00
Nanda H Krishna
389f289770
utils/pypi: use opt_bin for pipgrip
2021-05-15 23:14:34 +05:30
hyuraku
45b7e438f1
repair manual_installer_casks block
2021-05-15 21:24:24 +09:00
Carlo Cabrera
d45832bbfc
Merge pull request #11382 from carlocab/build-rpaths
...
extend/os/mac/keg_relocate: remove `RPATH`s rooted in build directory
2021-05-15 01:04:25 +01:00
Rylan Polster
914c131130
Merge pull request #11385 from Homebrew/sync-triage-config
...
Synchronize triage configuration
2021-05-14 18:23:04 -04:00
BrewTestBot
aec4b9745b
triage-issues.yml: update to match main configuration
2021-05-14 21:48:27 +00:00
Connor Mann
a079ba9bb3
Add parentheses for clarity
2021-05-14 15:28:56 -04:00
Connor Mann
2a9540b3ab
Check for key explicitly with key?
...
Co-authored-by: Rylan Polster <rslpolster@gmail.com>
2021-05-14 15:16:37 -04:00
Connor Mann
b546960da9
Revert "Update Library/Homebrew/utils/curl.rb"
...
This reverts commit ecaaafba203578498fbc0a48493adea1790839f2.
2021-05-14 15:14:56 -04:00
Carlo Cabrera
496c24aae2
Merge pull request #11379 from carlocab/tmux-env-filtering
...
Fix `TMUX` env variable filtering
2021-05-14 19:12:47 +01:00
Connor Mann
f7fe111430
Use blank? instead of checking for nil
2021-05-14 11:53:49 -04:00
Connor Mann
2500b8daba
Update Library/Homebrew/utils/curl.rb
...
Co-authored-by: Rylan Polster <rslpolster@gmail.com>
2021-05-14 11:47:38 -04:00
Connor Mann
ecaaafba20
Update Library/Homebrew/utils/curl.rb
...
Co-authored-by: Rylan Polster <rslpolster@gmail.com>
2021-05-14 11:16:35 -04:00
Connor Mann
a7ca15d8e9
Override user-set default git template
2021-05-14 10:47:52 -04:00
Connor Mann
b79aeab8b2
Update Library/Homebrew/utils/curl.rb
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-05-14 09:55:45 -04:00
Connor Mann
85702dfe53
Update Library/Homebrew/utils/curl.rb
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-05-14 09:55:40 -04:00
cnnrmnn
b406e0b35a
Update call sites
2021-05-14 09:53:29 -04:00
cnnrmnn
86bce7bf1d
Stop unnecessarily dumping headers
2021-05-14 09:50:57 -04:00