Sam Ford 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							34dd8e3057 
							
						 
					 
					
						
						
							
							Merge pull request  #13292  from samford/livecheck/rework-use_homebrew_curl  
						
						 
						
						... 
						
						
						
						Livecheck: Use Homebrew curl based on root domain 
						
						
					 
					
						2022-05-17 16:35:59 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b5f7e7ff11 
							
						 
					 
					
						
						
							
							Merge pull request  #13289  from Homebrew/handle_broken_casks  
						
						 
						
						... 
						
						
						
						Fix handling unreadable casks 
						
						
					 
					
						2022-05-17 15:44:44 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b0f87b6b6f 
							
						 
					 
					
						
						
							
							Merge pull request  #13294  from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-static-and-runtime-0.5.10012  
						
						 
						
						... 
						
						
						
						build(deps-dev): bump sorbet-static-and-runtime from 0.5.10010 to 0.5.10012 in /Library/Homebrew 
						
						
					 
					
						2022-05-17 20:32:23 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							00932556bf 
							
						 
					 
					
						
						
							
							workflow/vendor-gems: re-add erroneously removed output  
						
						 
						
						
						
						
					 
					
						2022-05-17 20:04:24 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1c20be6c85 
							
						 
					 
					
						
						
							
							Update RBI files for sorbet-static-and-runtime.  
						
						 
						
						
						
						
					 
					
						2022-05-17 20:04:00 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5888a782a9 
							
						 
					 
					
						
						
							
							brew vendor-gems: commit updates.  
						
						 
						
						
						
						
					 
					
						2022-05-17 18:54:37 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ed8665c2af 
							
						 
					 
					
						
						
							
							build(deps-dev): bump sorbet-static-and-runtime in /Library/Homebrew  
						
						 
						
						... 
						
						
						
						Bumps [sorbet-static-and-runtime](https://github.com/sorbet/sorbet ) from 0.5.10010 to 0.5.10012.
- [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-05-17 18:52:14 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5b9730a56d 
							
						 
					 
					
						
						
							
							Merge pull request  #13284  from Bo98/sdk-unversioned  
						
						 
						
						... 
						
						
						
						os/mac/sdk: use unversioned SDK if matching version isn't found 
						
						
					 
					
						2022-05-17 19:44:01 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							faeb655a89 
							
						 
					 
					
						
						
							
							Merge pull request  #13291  from Bo98/sorbet-static-and-runtime  
						
						 
						
						... 
						
						
						
						Use sorbet-static-and-runtime gem 
						
						
					 
					
						2022-05-17 19:43:10 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sam Ford 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fb8a4e5658 
							
						 
					 
					
						
						
							
							Livecheck: Use Homebrew curl based on root domain  
						
						 
						
						... 
						
						
						
						At the moment, `#use_homebrew_curl?` can only be true for a
`homepage` or `stable`/cask `url` with `using: :homebrew_curl`. If
the checked URL differs from these URLs, livecheck won't use brewed
curl. This limitation prevents livecheck from using brewed curl for a
`livecheck` block URL that's a string literal (not a symbol for a
`#checkable_url` like `:stable`, `:head`, `:url`). `libzip` was the
original formula referenced in the related brew issue and it meets
this criterion, so it doesn't appear to be handled by the existing
`#use_homebrew_curl?` implementation.
Additionally, the existing behavior can cause livecheck to
unnecessarily use brewed curl for a completely different website
(e.g., `cubelib`, `otf2`). For example, if the `stable` URL has
`using: :homebrew_curl` and the `livecheck` block has `url
:homepage`, livecheck will use brewed curl when checking the
`homepage`. If these are completely different domains/servers, it's
unlikely that we would need to use brewed curl when checking the
`homepage`, so this particular behavior may not be beneficial.
This commit reimplements `use_homebrew_curl?` to apply brewed curl
when the checked URL's root domain is the same as the root domain of
an aforementioned formula/cask URL with `using: :homebrew_curl`. For
example, this looser approach would allow a `livecheck` block
checking `https://www.example.com/downloads/ ` to use brewed curl if
the `stable` URL was `https://downloads.example.com/example.zip ` with
`using: :homebrew_curl`. These could be different servers but, based
on related formulae, this looseness is necessary for the moment.
This approach aims to resolve both issues, allowing brewed curl to be
applied to a slightly broader range of URLs (i.e., not limited to
just the `#checkable_urls`) while also helping to avoid unnecessarily
applying brewed curl when it's less likely to be useful (completely
different domains). Neither approach is perfect but this one may be
more useful in the interim time.
Depending on how this looser approach works in practice, we may want
to consider returning to a stricter approach once we have something
like `using: :homebrew_curl` in `livecheck` blocks (this is
forthcoming). Being explicit in a `livecheck` block is the most
reliable approach (i.e., only use brewed curl when needed), so we
could favor that and pare down the automated approach to only what's
needed to support implicit checks (i.e., with no `livecheck` block).
Of course, it's also possible to drop the automated approach entirely
and simply require a `livecheck` block in this scenario but we can
decide on how to handle this when the time comes. 
						
						
					 
					
						2022-05-17 00:34:32 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c791922015 
							
						 
					 
					
						
						
							
							brew vendor-gems: commit updates.  
						
						 
						
						
						
						
					 
					
						2022-05-17 04:15:56 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7e07f66e47 
							
						 
					 
					
						
						
							
							Use sorbet-static-and-runtime  
						
						 
						
						
						
						
					 
					
						2022-05-17 04:15:50 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							94148c3bc8 
							
						 
					 
					
						
						
							
							Fix handling unreadable casks  
						
						 
						
						... 
						
						
						
						When casks are unreadable (e.g. have invalid syntax, the cask file
cannot be found) then it's not been possible to uninstall them, list
them or perform any operation which iterates through all casks.
Handle these various cases by falling back to creating a `Cask::Cask`
object using just the name/token and latest installed version on disk.
This provides enough functionality to be able to verbosely list these
casks, not error on listing and, most importantly, uninstall/reinstall
them.
Fixes https://github.com/Homebrew/homebrew-cask/issues/62223  
						
						
					 
					
						2022-05-16 17:27:13 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bf34f21065 
							
						 
					 
					
						
						
							
							style: use long shfmt arguments.  
						
						 
						
						... 
						
						
						
						This allows removing documentation explaining them. 
						
						
					 
					
						2022-05-16 17:19:16 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8a5f6645b8 
							
						 
					 
					
						
						
							
							Merge pull request  #13283  from Bo98/ghp-comment  
						
						 
						
						... 
						
						
						
						github_packages: add comment for image-spec pin 
						
						
					 
					
						2022-05-16 21:26:41 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0275b32905 
							
						 
					 
					
						
						
							
							Merge pull request  #13286  from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.10010  
						
						 
						
						... 
						
						
						
						build(deps-dev): bump sorbet from 0.5.10004 to 0.5.10010 in /Library/Homebrew 
						
						
					 
					
						2022-05-16 21:25:45 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							70eb55b8d0 
							
						 
					 
					
						
						
							
							brew vendor-gems: commit updates.  
						
						 
						
						
						
						
					 
					
						2022-05-16 18:12:08 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9cf25d5ede 
							
						 
					 
					
						
						
							
							build(deps-dev): bump sorbet in /Library/Homebrew  
						
						 
						
						... 
						
						
						
						Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.10004 to 0.5.10010.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
---
updated-dependencies:
- dependency-name: sorbet
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
					 
					
						2022-05-16 18:05:46 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fb358071ce 
							
						 
					 
					
						
						
							
							os/mac/sdk: use unversioned SDK if matching version isn't found  
						
						 
						
						
						
						
					 
					
						2022-05-16 16:18:48 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ecc705803f 
							
						 
					 
					
						
						
							
							github_packages: add comment for image-spec pin  
						
						 
						
						
						
						
					 
					
						2022-05-16 16:15:17 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nanda H Krishna 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c20b3ab913 
							
						 
					 
					
						
						
							
							Merge pull request  #13276  from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-ast-1.18.0  
						
						 
						
						... 
						
						
						
						build(deps): bump rubocop-ast from 1.17.0 to 1.18.0 in /Library/Homebrew 
						
						
					 
					
						2022-05-13 16:26:25 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nanda H Krishna 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c6ef5e5c52 
							
						 
					 
					
						
						
							
							Merge pull request  #13277  from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.10004  
						
						 
						
						... 
						
						
						
						build(deps-dev): bump sorbet from 0.5.10001 to 0.5.10004 in /Library/Homebrew 
						
						
					 
					
						2022-05-13 16:25:41 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1fb392ab52 
							
						 
					 
					
						
						
							
							Update RBI files for rubocop-ast.  
						
						 
						
						
						
						
					 
					
						2022-05-13 18:10:10 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							117328a1f7 
							
						 
					 
					
						
						
							
							brew vendor-gems: commit updates.  
						
						 
						
						
						
						
					 
					
						2022-05-13 18:05:54 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0a045e57b1 
							
						 
					 
					
						
						
							
							brew vendor-gems: commit updates.  
						
						 
						
						
						
						
					 
					
						2022-05-13 18:05:27 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							deda3ed5c2 
							
						 
					 
					
						
						
							
							build(deps-dev): bump sorbet in /Library/Homebrew  
						
						 
						
						... 
						
						
						
						Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.10001 to 0.5.10004.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
---
updated-dependencies:
- dependency-name: sorbet
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
					 
					
						2022-05-13 18:03:32 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6a4866c91d 
							
						 
					 
					
						
						
							
							build(deps): bump rubocop-ast from 1.17.0 to 1.18.0 in /Library/Homebrew  
						
						 
						
						... 
						
						
						
						Bumps [rubocop-ast](https://github.com/rubocop/rubocop-ast ) from 1.17.0 to 1.18.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.17.0...v1.18.0 )
---
updated-dependencies:
- dependency-name: rubocop-ast
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
					 
					
						2022-05-13 18:03:10 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Carlo Cabrera 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a939493981 
							
						 
					 
					
						
						
							
							Merge pull request  #13273  from carlocab/TERMINFO_DIRS  
						
						 
						
						
						
						
					 
					
						2022-05-13 17:50:58 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							259675b607 
							
						 
					 
					
						
						
							
							Merge pull request  #13274  from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.10001  
						
						 
						
						... 
						
						
						
						build(deps-dev): bump sorbet from 0.5.9995 to 0.5.10001 in /Library/Homebrew 
						
						
					 
					
						2022-05-13 05:05:22 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6b1b3007e0 
							
						 
					 
					
						
						
							
							brew vendor-gems: commit updates.  
						
						 
						
						
						
						
					 
					
						2022-05-12 18:08:37 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							093bbf08da 
							
						 
					 
					
						
						
							
							build(deps-dev): bump sorbet in /Library/Homebrew  
						
						 
						
						... 
						
						
						
						Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.9995 to 0.5.10001.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
---
updated-dependencies:
- dependency-name: sorbet
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
					 
					
						2022-05-12 18:06:21 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Carlo Cabrera 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f88e376a98 
							
						 
					 
					
						
						
							
							Avoid filtering TERMINFO_DIRS  
						
						 
						
						... 
						
						
						
						Closes  #13248 . 
						
						
					 
					
						2022-05-12 16:03:35 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9eaeeb97ac 
							
						 
					 
					
						
						
							
							Merge pull request  #13272  from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.9995  
						
						 
						
						... 
						
						
						
						build(deps-dev): bump sorbet from 0.5.9992 to 0.5.9995 in /Library/Homebrew 
						
						
					 
					
						2022-05-12 01:43:48 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6eef329718 
							
						 
					 
					
						
						
							
							brew vendor-gems: commit updates.  
						
						 
						
						
						
						
					 
					
						2022-05-11 18:07:16 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							225d0aab7d 
							
						 
					 
					
						
						
							
							build(deps-dev): bump sorbet in /Library/Homebrew  
						
						 
						
						... 
						
						
						
						Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.9992 to 0.5.9995.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
---
updated-dependencies:
- dependency-name: sorbet
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
					 
					
						2022-05-11 18:04:30 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							87bcd19353 
							
						 
					 
					
						
						
							
							Merge pull request  #13271  from Bo98/image-spec-pin  
						
						 
						
						... 
						
						
						
						github_packages: pin image spec schema 
						
						
					 
					
						2022-05-11 05:06:13 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4f5f981436 
							
						 
					 
					
						
						
							
							Merge pull request  #13266  from xxyzz/quiet-install  
						
						 
						
						... 
						
						
						
						Don't print Cask installed error message when `--quiet` is used 
						
						
					 
					
						2022-05-11 05:05:25 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8c499233a2 
							
						 
					 
					
						
						
							
							Merge pull request  #13268  from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.9992  
						
						 
						
						... 
						
						
						
						build(deps-dev): bump sorbet from 0.5.9976 to 0.5.9992 in /Library/Homebrew 
						
						
					 
					
						2022-05-11 04:29:56 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							37b8eccf87 
							
						 
					 
					
						
						
							
							Merge pull request  #13270  from Homebrew/update-man-completions  
						
						 
						
						... 
						
						
						
						Update maintainers, manpage and completions. 
						
						
					 
					
						2022-05-11 04:29:33 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							354e5b60a7 
							
						 
					 
					
						
						
							
							github_packages: pin image spec schema  
						
						 
						
						
						
						
					 
					
						2022-05-11 04:28:02 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								xxyzz 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1b877273d8 
							
						 
					 
					
						
						
							
							Don't print Cask installed error message when --quiet is used  
						
						 
						
						
						
						
					 
					
						2022-05-11 11:03:20 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ba70bc159c 
							
						 
					 
					
						
						
							
							Update maintainers, manpage and completions.  
						
						 
						
						... 
						
						
						
						Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml ) workflow. 
						
						
					 
					
						2022-05-11 02:24:30 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							59de1f7e8a 
							
						 
					 
					
						
						
							
							brew vendor-gems: commit updates.  
						
						 
						
						
						
						
					 
					
						2022-05-11 02:23:58 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							14870406e0 
							
						 
					 
					
						
						
							
							Merge pull request  #13253  from xxyzz/delete-force-update  
						
						 
						
						... 
						
						
						
						Add `--no-force-auto-update` option to `brew tap` 
						
						
					 
					
						2022-05-11 03:23:17 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							848ace638a 
							
						 
					 
					
						
						
							
							Merge pull request  #13269  from Homebrew/dependabot/bundler/Library/Homebrew/regexp_parser-2.4.0  
						
						 
						
						... 
						
						
						
						build(deps): bump regexp_parser from 2.3.1 to 2.4.0 in /Library/Homebrew 
						
						
					 
					
						2022-05-11 03:22:16 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3e5d005c59 
							
						 
					 
					
						
						
							
							build(deps-dev): bump sorbet in /Library/Homebrew  
						
						 
						
						... 
						
						
						
						Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.9976 to 0.5.9992.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
---
updated-dependencies:
- dependency-name: sorbet
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
					 
					
						2022-05-11 02:21:26 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6f0f8791cc 
							
						 
					 
					
						
						
							
							Merge pull request  #13267  from Homebrew/dependabot/bundler/Library/Homebrew/parlour-8.0.0  
						
						 
						
						... 
						
						
						
						build(deps-dev): bump parlour from 7.0.0 to 8.0.0 in /Library/Homebrew 
						
						
					 
					
						2022-05-11 03:20:10 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								xxyzz 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2e899da7c7 
							
						 
					 
					
						
						
							
							Add --no-force-auto-update option to brew tap  
						
						 
						
						... 
						
						
						
						Enable this option to delete `homebrew.forceautoupdate` git config option 
						
						
					 
					
						2022-05-11 07:17:17 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c66740c5ad 
							
						 
					 
					
						
						
							
							Update RBI files for regexp_parser.  
						
						 
						
						
						
						
					 
					
						2022-05-10 18:12:40 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							114a8c7522 
							
						 
					 
					
						
						
							
							Update RBI files for parlour.  
						
						 
						
						
						
						
					 
					
						2022-05-10 18:11:26 +00:00