apainintheneck 
							
						 
					 
					
						
						
						
						
							
						
						
							46a32f90c4 
							
						 
					 
					
						
						
							
							cmd/untap: refactor logic into methods to facilitate testing  
						
						 
						
						
						
						
					 
					
						2024-03-10 22:33:33 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								apainintheneck 
							
						 
					 
					
						
						
						
						
							
						
						
							819af3cbdd 
							
						 
					 
					
						
						
							
							cmd/untap: fix installed formula & cask check  
						
						 
						
						... 
						
						
						
						This wasn't working before for a few reasons.
1. It never got past the installed name check because the
installed name sets had short names and the tap names were
long names including the tap namespace too. Now we just trim the
long name before comparing it to the installed name set.
Before:
```
["name"].include?("tap/full/name") # always false
```
After:
```
["name"].include("tap/full/name".split("/").last) # sometimes true
```
2. The names we were trying to load formulae and casks with
were incorrect.
Before:
```
tap = Tap.fetch("homebrew/cask-versions")
token = "homebrew/cask-versions/token"
cask = Cask::CaskLoader.load("#{tap}/#{token}")
```
After:
```
token = "homebrew/cask-versions/token"
cask = CaskCaskLoader.load(token)
``` 
						
						
					 
					
						2024-03-10 22:33:33 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Todd Schulman 
							
						 
					 
					
						
						
						
						
							
						
						
							d3da1bbf06 
							
						 
					 
					
						
						
							
							actionlint.yaml: remove workaround for macos-14  
						
						 
						
						
						
						
					 
					
						2024-03-08 14:56:24 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Linnane 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4348e06888 
							
						 
					 
					
						
						
							
							Merge pull request  #16857  from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-static-and-runtime-and-sorbet-runtime-0.5.11287  
						
						 
						
						
						
						
					 
					
						2024-03-08 11:00:51 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Linnane 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5652db2819 
							
						 
					 
					
						
						
							
							Merge pull request  #16858  from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-ast-1.31.2  
						
						 
						
						
						
						
					 
					
						2024-03-08 11:00:31 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bee5f216ee 
							
						 
					 
					
						
						
							
							Update RBI files for rubocop-ast.  
						
						 
						
						... 
						
						
						
						Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml ) workflow. 
						
						
					 
					
						2024-03-08 18:50:12 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ba4cb0035f 
							
						 
					 
					
						
						
							
							brew vendor-gems: commit updates.  
						
						 
						
						
						
						
					 
					
						2024-03-08 18:49:58 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							486e66982e 
							
						 
					 
					
						
						
							
							brew vendor-gems: commit updates.  
						
						 
						
						
						
						
					 
					
						2024-03-08 18:49:01 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							25db57da38 
							
						 
					 
					
						
						
							
							build(deps-dev): bump rubocop-ast in /Library/Homebrew  
						
						 
						
						... 
						
						
						
						Bumps [rubocop-ast](https://github.com/rubocop/rubocop-ast ) from 1.31.1 to 1.31.2.
- [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.31.1...v1.31.2 )
---
updated-dependencies:
- dependency-name: rubocop-ast
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
					 
					
						2024-03-08 18:48:26 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cbc40727e0 
							
						 
					 
					
						
						
							
							build(deps): bump sorbet-static-and-runtime and sorbet-runtime  
						
						 
						
						... 
						
						
						
						Bumps [sorbet-static-and-runtime](https://github.com/sorbet/sorbet ) and [sorbet-runtime](https://github.com/sorbet/sorbet ). These dependencies needed to be updated together.
Updates `sorbet-static-and-runtime` from 0.5.11284 to 0.5.11287
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
Updates `sorbet-runtime` from 0.5.11284 to 0.5.11287
- [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
- dependency-name: sorbet-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
					 
					
						2024-03-08 18:47:27 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							815db0637a 
							
						 
					 
					
						
						
							
							Merge pull request  #16854  from Homebrew/sponsors-maintainers-man-completions  
						
						 
						
						... 
						
						
						
						Update manpage and completions. 
						
						
					 
					
						2024-03-08 08:48:14 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							99e0b69262 
							
						 
					 
					
						
						
							
							Merge pull request  #16852  from gliptak/xcode1  
						
						 
						
						... 
						
						
						
						Emit more specific error text on outdated Xcode 
						
						
					 
					
						2024-03-08 08:38:14 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							25488c7957 
							
						 
					 
					
						
						
							
							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. 
						
						
					 
					
						2024-03-08 08:37:50 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0a70e493dd 
							
						 
					 
					
						
						
							
							Merge pull request  #16851  from boblail/lail/add-overwrite-flag-to-brew-upgrade  
						
						 
						
						... 
						
						
						
						Add support for the `--overwrite` flag to `brew upgrade` to govern the keg-linking step 
						
						
					 
					
						2024-03-08 08:36:58 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f1f92d28bf 
							
						 
					 
					
						
						
							
							Merge branch 'master' into lail/add-overwrite-flag-to-brew-upgrade  
						
						 
						
						
						
						
					 
					
						2024-03-08 08:27:04 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8cce987f5c 
							
						 
					 
					
						
						
							
							Merge pull request  #16853  from cho-m/cleaner-direct_url.json  
						
						 
						
						... 
						
						
						
						cleaner: remove pip direct_url.json 
						
						
					 
					
						2024-03-08 08:25:44 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							de73522b5a 
							
						 
					 
					
						
						
							
							os/Mac/diagnostic: include Xcode path and version.  
						
						 
						
						
						
						
					 
					
						2024-03-08 08:24:45 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b70884a474 
							
						 
					 
					
						
						
							
							Merge pull request  #16848  from Homebrew/rubocop_default_hash_syntax  
						
						 
						
						... 
						
						
						
						rubocop: default hash syntax. 
						
						
					 
					
						2024-03-08 07:55:33 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kevin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e22ace59a9 
							
						 
					 
					
						
						
							
							Merge pull request  #16798  from Homebrew/build-cask-internal-json-v3  
						
						 
						
						... 
						
						
						
						dev-cmd/generate-cask-api: start generating cask internal JSON v3 
						
						
					 
					
						2024-03-07 23:12:44 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								apainintheneck 
							
						 
					 
					
						
						
						
						
							
						
						
							e0cea903ec 
							
						 
					 
					
						
						
							
							s/to_api_hash/to_internal_api_hash/  
						
						 
						
						
						
						
					 
					
						2024-03-07 20:29:58 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								apainintheneck 
							
						 
					 
					
						
						
						
						
							
						
						
							12d5a40262 
							
						 
					 
					
						
						
							
							dev-cmd/generate-cask-api: start generating cask internal JSON v3  
						
						 
						
						... 
						
						
						
						This adds a new file to the output of `brew generate-cask-api` which
represents the new internal JSON v3 file. It involves removing
a bunch of unneeded hash keys while removing blank ones as well.
I've made some slight changes to the cask loader as well but more
might be necessary before this starts loading things correctly.
The full loader code will be added in a separate PR. 
						
						
					 
					
						2024-03-07 20:29:58 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Cho 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4b5bcd39fd 
							
						 
					 
					
						
						
							
							cleaner: remove pip direct_url.json  
						
						 
						
						... 
						
						
						
						Signed-off-by: Michael Cho <michael@michaelcho.dev> 
						
						
					 
					
						2024-03-07 20:44:20 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gábor Lipták 
							
						 
					 
					
						
						
						
						
							
						
						
							05acfaba33 
							
						 
					 
					
						
						
							
							Emit more specific error text on outdated Xcode  
						
						 
						
						... 
						
						
						
						Signed-off-by: Gábor Lipták <gliptak@gmail.com> 
						
						
					 
					
						2024-03-07 16:24:08 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bob 
							
						 
					 
					
						
						
						
						
							
						
						
							3d24da1904 
							
						 
					 
					
						
						
							
							Add support for the --overwrite flag to brew upgrade to govern the keg-linking step  
						
						 
						
						... 
						
						
						
						`FormulaInstaller` already supports this (https://github.com/Homebrew/brew/pull/12691 ) but I didn't wire it up via `brew upgrade` and the two can be used largely interchangeably 
						
						
					 
					
						2024-03-07 13:13:28 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Linnane 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3d948b7803 
							
						 
					 
					
						
						
							
							Merge pull request  #16849  from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-sorbet-0.7.8  
						
						 
						
						
						
						
					 
					
						2024-03-07 10:52:25 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1879e45935 
							
						 
					 
					
						
						
							
							brew vendor-gems: commit updates.  
						
						 
						
						
						
						
					 
					
						2024-03-07 18:42:20 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7a0d3d6606 
							
						 
					 
					
						
						
							
							build(deps-dev): bump rubocop-sorbet in /Library/Homebrew  
						
						 
						
						... 
						
						
						
						Bumps [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet ) from 0.7.7 to 0.7.8.
- [Release notes](https://github.com/shopify/rubocop-sorbet/releases )
- [Commits](https://github.com/shopify/rubocop-sorbet/compare/v0.7.7...v0.7.8 )
---
updated-dependencies:
- dependency-name: rubocop-sorbet
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
					 
					
						2024-03-07 18:40:59 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6ceb38abf1 
							
						 
					 
					
						
						
							
							Merge pull request  #16845  from cho-m/formula-bottle-doc  
						
						 
						
						... 
						
						
						
						formula: update `bottle :unneeded` comment 
						
						
					 
					
						2024-03-07 17:24:33 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ea2892f8ee 
							
						 
					 
					
						
						
							
							brew.rb: handle missing args.  
						
						 
						
						
						
						
					 
					
						2024-03-07 16:20:20 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Cho 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6638243cd8 
							
						 
					 
					
						
						
							
							formula: update bottle :unneeded comment  
						
						 
						
						... 
						
						
						
						Signed-off-by: Michael Cho <michael@michaelcho.dev> 
						
						
					 
					
						2024-03-07 11:02:01 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3840d7145c 
							
						 
					 
					
						
						
							
							rubocop: default hash syntax.  
						
						 
						
						... 
						
						
						
						As-of 3.1: this mean that you omit the hash value if the name is the
same as the key.
We're allowing this already and it didn't make sense to land until the
bulk of the other RuboCop 3.1 changes did but, now we're ready, it is
more concise and a pattern that people will need to understand anyway. 
						
						
					 
					
						2024-03-07 15:56:21 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3802d113ae 
							
						 
					 
					
						
						
							
							Merge pull request  #16846  from Homebrew/analytics_cleanup  
						
						 
						
						... 
						
						
						
						utils/analytics: general cleanup. 
						
						
					 
					
						2024-03-07 15:53:23 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3654c1ad2c 
							
						 
					 
					
						
						
							
							Merge pull request  #16844  from reitermarkus/tap-clear-all-caches  
						
						 
						
						... 
						
						
						
						Actually clear all tap caches. 
						
						
					 
					
						2024-03-07 15:36:25 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9259c345cc 
							
						 
					 
					
						
						
							
							utils/analytics: general cleanup.  
						
						 
						
						... 
						
						
						
						We have plans to add analytics for commands and `brew test-bot`
This requires a certain amount of refactoring which I've done here.
There was also a bunch of legacy `*_influx_?` usage from when we used
both InfluxDB and Google Analytics that made sense to clean up and
excessive indirection. 
						
						
					 
					
						2024-03-07 15:19:04 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Cho 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2d9b352ad7 
							
						 
					 
					
						
						
							
							Merge pull request  #16837  from cho-m/bump-replace-untyped-args  
						
						 
						
						... 
						
						
						
						dev-cmd/bump: change `args` type to `CLI::Args` 
						
						
					 
					
						2024-03-07 10:08:38 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Markus Reiter 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							49910ad235 
							
						 
					 
					
						
						
							
							Merge pull request  #16813  from reitermarkus/tapconfig-sig  
						
						 
						
						... 
						
						
						
						Simplify `TapConfig`. 
						
						
					 
					
						2024-03-07 15:45:33 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Markus Reiter 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							47ff0b76c8 
							
						 
					 
					
						
						
							
							Actually clear all tap caches.  
						
						 
						
						
						
						
					 
					
						2024-03-07 15:43:16 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Markus Reiter 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							be9c0b8787 
							
						 
					 
					
						
						
							
							Simplify TapConfig.  
						
						 
						
						
						
						
					 
					
						2024-03-07 15:31:37 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8a852cf8c8 
							
						 
					 
					
						
						
							
							Merge pull request  #16843  from Homebrew/import_homebrew_governance  
						
						 
						
						... 
						
						
						
						Import Homebrew governance changes from private repository 
						
						
					 
					
						2024-03-07 11:18:13 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2fa52d3550 
							
						 
					 
					
						
						
							
							docs/Homebrew-Governance: clarify emergency text.  
						
						 
						
						
						
						
					 
					
						2024-03-07 10:52:45 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							40a5a7d32a 
							
						 
					 
					
						
						
							
							docs/Homebrew-Governance: change numbering.  
						
						 
						
						
						
						
					 
					
						2024-03-07 10:52:30 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b97c29a466 
							
						 
					 
					
						
						
							
							Merge pull request  #16842  from dduugg/fix-execs  
						
						 
						
						... 
						
						
						
						Apply 'chmod -x' to executables without shebangs 
						
						
					 
					
						2024-03-07 08:41:29 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4a1746fbb6 
							
						 
					 
					
						
						
							
							Merge pull request  #16839  from reitermarkus/remove-from-default-name-loader  
						
						 
						
						... 
						
						
						
						Remove `FromDefaultNameLoader` to avoid warning twice. 
						
						
					 
					
						2024-03-07 08:40:54 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e01c3385ee 
							
						 
					 
					
						
						
							
							Merge pull request  #16840  from reitermarkus/fix-cask-warning  
						
						 
						
						... 
						
						
						
						Don't warn while checking for conflicting casks. 
						
						
					 
					
						2024-03-07 08:39:46 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							607d3b202e 
							
						 
					 
					
						
						
							
							Merge pull request  #16833  from cho-m/bump-skip-autobump  
						
						 
						
						... 
						
						
						
						dev-cmd/bump: skip autobump formulae & casks 
						
						
					 
					
						2024-03-07 08:39:16 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Douglas Eichelberger 
							
						 
					 
					
						
						
						
						
							
						
						
							fe439e8320 
							
						 
					 
					
						
						
							
							Apply 'chmod -x' to executables without shebangs  
						
						 
						
						
						
						
					 
					
						2024-03-06 22:22:49 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Markus Reiter 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							42652442af 
							
						 
					 
					
						
						
							
							Don't warn while checking for conflicting casks.  
						
						 
						
						
						
						
					 
					
						2024-03-06 23:30:34 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Markus Reiter 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a24da6b072 
							
						 
					 
					
						
						
							
							Remove FromDefaultNameLoader to avoid warning twice.  
						
						 
						
						
						
						
					 
					
						2024-03-06 23:14:28 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Cho 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							12d1e56ff5 
							
						 
					 
					
						
						
							
							dev-cmd/bump: skip autobump formulae & casks  
						
						 
						
						... 
						
						
						
						Instead output a message that corresponding formula/cask is on the
autobump list. This avoids deferring the information to the error
message within `bump-{formula,cask}-pr`.
Signed-off-by: Michael Cho <michael@michaelcho.dev> 
						
						
					 
					
						2024-03-06 12:34:29 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Linnane 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							76c7245d10 
							
						 
					 
					
						
						
							
							Merge pull request  #16838  from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-1.62.0  
						
						 
						
						
						
						
					 
					
						2024-03-06 09:24:11 -08:00