Carlo Cabrera 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ab4f14b359 
							
						 
					 
					
						
						
							
							utils/analytics: improve accuracy of GitHub Packages download counts  
						
						... 
						
						
						
						`millions_match.captures.first` will typically be a decimal (since it's
matched using `\d+\.\d+`), except we lose accuracy in the `#to_i`
conversion.
Before:
```
❯ brew info --analytics --github-packages-downloads sqlite
==> Analytics
==> install (30 days)
[snip]
==> GitHub Packages Downloads
1,009,898 (30 days)
```
After:
```
❯ brew info --analytics --github-packages-downloads sqlite
==> Analytics
==> install (30 days)
[snip]
==> GitHub Packages Downloads
1,199,898 (30 days)
```
In this case `1.19M` was being rounded down to `1M`. 
						
						
					 
					
						2024-08-04 05:33:46 +08:00 
						 
				 
			
				
					
						
							
							
								Patrick Linnane 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b5af2b5325 
							
						 
					 
					
						
						
							
							Merge pull request  #17956  from Homebrew/sponsors-maintainers-man-completions  
						
						
						
						
					 
					
						2024-08-03 14:16:57 -07:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9a288e6816 
							
						 
					 
					
						
						
							
							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-08-03 20:17:21 +00:00 
						 
				 
			
				
					
						
							
							
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							822c84784c 
							
						 
					 
					
						
						
							
							Merge pull request  #17951  from Homebrew/fix-shellenv-csh  
						
						... 
						
						
						
						shellenv: fix `MANPATH` and `INFOPATH` handling for [t]csh 
						
						
					 
					
						2024-08-03 21:16:16 +01:00 
						 
				 
			
				
					
						
							
							
								Patrick Linnane 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b0d5e73bd6 
							
						 
					 
					
						
						
							
							Merge pull request  #17952  from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.11505  
						
						
						
						
					 
					
						2024-08-03 12:32:02 -07:00 
						 
				 
			
				
					
						
							
							
								Harald Nordgren 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							676bc0e38f 
							
						 
					 
					
						
						
							
							Update Library/Homebrew/cask/info.rb  
						
						... 
						
						
						
						Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> 
						
						
					 
					
						2024-08-03 21:20:52 +02:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							70fb86846b 
							
						 
					 
					
						
						
							
							brew vendor-gems: commit updates.  
						
						
						
						
					 
					
						2024-08-03 19:20:22 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f71e30370b 
							
						 
					 
					
						
						
							
							build(deps-dev): bump sorbet in /Library/Homebrew  
						
						... 
						
						
						
						Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.11504 to 0.5.11505.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
---
updated-dependencies:
- dependency-name: sorbet
  dependency-type: indirect
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
					 
					
						2024-08-03 19:18:38 +00:00 
						 
				 
			
				
					
						
							
							
								Carlo Cabrera 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3fec77e72a 
							
						 
					 
					
						
						
							
							shellenv: fix MANPATH and INFOPATH handling for [t]csh  
						
						... 
						
						
						
						It turns out that control flow in csh is a pain. But we can rely on
`test`, which is thankfully POSIX.
Closes  #17949 . 
						
						
					 
					
						2024-08-04 02:52:14 +08:00 
						 
				 
			
				
					
						
							
							
								Michael Cho 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0477944e71 
							
						 
					 
					
						
						
							
							shims/super/cc: pass -ld_classic if needed for -dead_strip_dylibs  
						
						
						
						
					 
					
						2024-08-03 14:46:18 -04:00 
						 
				 
			
				
					
						
							
							
								Harald Nordgren 
							
						 
					 
					
						
						
						
						
							
						
						
							7cf5c2cdd9 
							
						 
					 
					
						
						
							
							Show dependencies for casks  
						
						
						
						
					 
					
						2024-08-03 20:25:13 +02:00 
						 
				 
			
				
					
						
							
							
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4dcd308398 
							
						 
					 
					
						
						
							
							Merge pull request  #17945  from Homebrew/debrew-irb-fix  
						
						... 
						
						
						
						debrew/irb: fix errors under Ruby 3.3 
						
						
					 
					
						2024-08-03 05:11:14 +01:00 
						 
				 
			
				
					
						
							
							
								Carlo Cabrera 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							19f837f9a1 
							
						 
					 
					
						
						
							
							Merge pull request  #17946  from Homebrew/upgrade-min-version-fix  
						
						
						
						
					 
					
						2024-08-03 12:08:03 +08:00 
						 
				 
			
				
					
						
							
							
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6c41f6fad9 
							
						 
					 
					
						
						
							
							Merge pull request  #17948  from Homebrew/portable-ruby-3.3.4_1  
						
						... 
						
						
						
						Portable Ruby 3.3.4_1 
						
						
					 
					
						2024-08-03 04:51:24 +01:00 
						 
				 
			
				
					
						
							
							
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ccbee57232 
							
						 
					 
					
						
						
							
							Portable Ruby 3.3.4_1  
						
						
						
						
					 
					
						2024-08-03 04:31:52 +01:00 
						 
				 
			
				
					
						
							
							
								Ruoyu Zhong 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ea9bb5be87 
							
						 
					 
					
						
						
							
							Merge pull request  #17944  from Homebrew/sponsors-maintainers-man-completions  
						
						
						
						
					 
					
						2024-08-03 10:22:46 +08:00 
						 
				 
			
				
					
						
							
							
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							993a0aec3a 
							
						 
					 
					
						
						
							
							upgrade: fix missed upgrades when an alias is changed to a formula  
						
						
						
						
					 
					
						2024-08-03 01:49:40 +01:00 
						 
				 
			
				
					
						
							
							
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							53a547d446 
							
						 
					 
					
						
						
							
							debrew/irb: fix errors under Ruby 3.3  
						
						
						
						
					 
					
						2024-08-03 01:18:22 +01:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e158a5260a 
							
						 
					 
					
						
						
							
							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-08-02 23:32:18 +00:00 
						 
				 
			
				
					
						
							
							
								Rylan Polster 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6cfa08333c 
							
						 
					 
					
						
						
							
							Merge pull request  #17942  from Homebrew/vscode-updates  
						
						
						
						
					 
					
						2024-08-02 19:31:03 -04:00 
						 
				 
			
				
					
						
							
							
								Rylan Polster 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							afc8c0fa62 
							
						 
					 
					
						
						
							
							Remove redundant unless  
						
						... 
						
						
						
						Co-authored-by: Bo Anderson <mail@boanderson.me> 
						
						
					 
					
						2024-08-02 19:20:38 -04:00 
						 
				 
			
				
					
						
							
							
								Issy Long 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							20a36c992e 
							
						 
					 
					
						
						
							
							Merge pull request  #17943  from thatrobotdev/find-appcast-docs  
						
						... 
						
						
						
						docs: Update `find-appcast` command 
						
						
					 
					
						2024-08-02 22:25:37 +01:00 
						 
				 
			
				
					
						
							
							
								James Kerrane 
							
						 
					 
					
						
						
						
						
							
						
						
							e3082ac5d8 
							
						 
					 
					
						
						
							
							docs: Update find-appcast command  
						
						... 
						
						
						
						Updates the documentation for PR https://github.com/Homebrew/homebrew-cask/pull/174292  that converted find-appcast from a developer script to command. 
						
						
					 
					
						2024-08-02 14:48:03 -06:00 
						 
				 
			
				
					
						
							
							
								Rylan Polster 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1c234c380a 
							
						 
					 
					
						
						
							
							Remove redundant /  
						
						
						
						
					 
					
						2024-08-02 16:13:50 -04:00 
						 
				 
			
				
					
						
							
							
								Rylan Polster 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2dff563641 
							
						 
					 
					
						
						
							
							Run brew typecheck --update  
						
						
						
						
					 
					
						2024-08-02 16:03:49 -04:00 
						 
				 
			
				
					
						
							
							
								Rylan Polster 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6badcd929c 
							
						 
					 
					
						
						
							
							Add sorbet vscode configuration  
						
						
						
						
					 
					
						2024-08-02 16:03:49 -04:00 
						 
				 
			
				
					
						
							
							
								Rylan Polster 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b26bf95288 
							
						 
					 
					
						
						
							
							Update Ruby LSP config to install necessary gems automatically  
						
						
						
						
					 
					
						2024-08-02 15:52:58 -04:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9f260a4490 
							
						 
					 
					
						
						
							
							Merge pull request  #17939  from Homebrew/dependabot/bundler/Library/Homebrew/ruby-lsp-0.17.11  
						
						
						
						
					 
					
						2024-08-02 19:39:26 +01:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							471c9f36c3 
							
						 
					 
					
						
						
							
							Merge pull request  #17938  from khipp/update-url-audit  
						
						
						
						
					 
					
						2024-08-02 19:30:18 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							13013d53b3 
							
						 
					 
					
						
						
							
							build(deps-dev): bump ruby-lsp in /Library/Homebrew  
						
						... 
						
						
						
						Bumps [ruby-lsp](https://github.com/Shopify/ruby-lsp ) from 0.17.10 to 0.17.11.
- [Release notes](https://github.com/Shopify/ruby-lsp/releases )
- [Commits](https://github.com/Shopify/ruby-lsp/compare/v0.17.10...v0.17.11 )
---
updated-dependencies:
- dependency-name: ruby-lsp
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
					 
					
						2024-08-02 18:28:52 +00:00 
						 
				 
			
				
					
						
							
							
								Klaus Hipp 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f036c2cc1d 
							
						 
					 
					
						
						
							
							rubocops/shared/url_helper: update url audit  
						
						
						
						
					 
					
						2024-08-02 20:00:10 +02:00 
						 
				 
			
				
					
						
							
							
								Issy Long 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							870b3423bc 
							
						 
					 
					
						
						
							
							Merge pull request  #17937  from khipp/fix-url-audit  
						
						... 
						
						
						
						rubocops/shared/url_helper: fix url audit 
						
						
					 
					
						2024-08-02 17:01:06 +01:00 
						 
				 
			
				
					
						
							
							
								Klaus Hipp 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6e1ff402f0 
							
						 
					 
					
						
						
							
							rubocops/shared/url_helper: fix url audit  
						
						
						
						
					 
					
						2024-08-02 17:48:00 +02:00 
						 
				 
			
				
					
						
							
							
								Rylan Polster 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e871e8393b 
							
						 
					 
					
						
						
							
							Merge pull request  #17934  from Homebrew/vscode-ruby-lsp  
						
						
						
						
					 
					
						2024-08-02 11:30:43 -04:00 
						 
				 
			
				
					
						
							
							
								Ruoyu Zhong 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							976e2eb6f2 
							
						 
					 
					
						
						
							
							Merge pull request  #17936  from Homebrew/dependabot/github_actions/artifacts-7dc25245c6  
						
						... 
						
						
						
						build(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5 in the artifacts group 
						
						
					 
					
						2024-08-02 23:09:11 +08:00 
						 
				 
			
				
					
						
							
							
								Rylan Polster 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9ddde17ea5 
							
						 
					 
					
						
						
							
							Add vscode Ruby LSP config and documentation  
						
						
						
						
					 
					
						2024-08-02 10:44:43 -04:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4ab05da964 
							
						 
					 
					
						
						
							
							build(deps): bump actions/upload-artifact in the artifacts group  
						
						... 
						
						
						
						Bumps the artifacts group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact ).
Updates `actions/upload-artifact` from 4.3.4 to 4.3.5
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](0b2256b8c0...89ef406dd8 
						
						
					 
					
						2024-08-02 22:42:19 +08:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							635a776fce 
							
						 
					 
					
						
						
							
							Merge pull request  #17935  from Homebrew/sbom_no_bottling_dependencies  
						
						
						
						
					 
					
						2024-08-02 11:59:45 +01:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							357e70357c 
							
						 
					 
					
						
						
							
							sbom: don't store runtime dependencies when bottling.  
						
						... 
						
						
						
						In some cases this prevents `:all` bottles when the recursive
dependencies vary. This SBOM is regenerated correctly at pour time. 
						
						
					 
					
						2024-08-02 11:42:35 +01:00 
						 
				 
			
				
					
						
							
							
								Issy Long 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							15b6fd8de8 
							
						 
					 
					
						
						
							
							Merge pull request  #17933  from Homebrew/autocorrection-for-interpolated-bin-audit  
						
						... 
						
						
						
						rubocops/text: Add autocorrection for the interpolated bin audit 
						
						
					 
					
						2024-08-02 11:09:39 +01:00 
						 
				 
			
				
					
						
							
							
								Issy Long 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7bf7030db8 
							
						 
					 
					
						
						
							
							Add autocorrection for the interpolated bin audit  
						
						... 
						
						
						
						- I got bored doing them manually.
- Also now more people can help with letters of the alphabet using `brew style --only=FormulaAuditStrict/Text --fix homebrew/core`. 
						
						
					 
					
						2024-08-01 22:41:04 +01:00 
						 
				 
			
				
					
						
							
							
								Issy Long 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							53e363258a 
							
						 
					 
					
						
						
							
							Merge pull request  #17705  from Homebrew/rubocop-avoid-fileutils-rmrf  
						
						... 
						
						
						
						rubocop: Discourage the use of `rm_f` and `rm_rf` in formulae and casks 
						
						
					 
					
						2024-08-01 18:42:03 +01:00 
						 
				 
			
				
					
						
							
							
								Issy Long 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0872966c27 
							
						 
					 
					
						
						
							
							Avoid double parentheses for eg. (path/here/).rmtree corrections  
						
						
						
						
					 
					
						2024-08-01 18:28:01 +01:00 
						 
				 
			
				
					
						
							
							
								Issy Long 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7404735654 
							
						 
					 
					
						
						
							
							rubocops/no_fileutils_rmrf: Fix rmtree on a method returning Pathname  
						
						... 
						
						
						
						- Tidy up the node matchers. Either `FileUtils.rm_rf` or `rm_rf` on a
  `Pathname` instance or `self`. 
						
						
					 
					
						2024-08-01 18:28:01 +01:00 
						 
				 
			
				
					
						
							
							
								Issy Long 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							83e21fba11 
							
						 
					 
					
						
						
							
							rubocop/no_fileutils_rmrf: Handle rmtree as an instance method  
						
						
						
						
					 
					
						2024-08-01 18:28:00 +01:00 
						 
				 
			
				
					
						
							
							
								Issy Long 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0889df837a 
							
						 
					 
					
						
						
							
							Casks use FileUtils.rm_rf & Pathname.rmtree still  
						
						
						
						
					 
					
						2024-08-01 18:28:00 +01:00 
						 
				 
			
				
					
						
							
							
								Issy Long 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							99c5cc99b5 
							
						 
					 
					
						
						
							
							rubocop/no_fileutils_rmrf: Scope to just formulae and casks  
						
						
						
						
					 
					
						2024-08-01 18:28:00 +01:00 
						 
				 
			
				
					
						
							
							
								Issy Long 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							14dd3592dc 
							
						 
					 
					
						
						
							
							rubocop/no_fileutils_rmrf: Discourage Pathname#rmtree too  
						
						... 
						
						
						
						- This [seems to be](https://ruby-doc.org/3.3.4/exts/pathname/Pathname.html#method-i-rmtree )
  equivalent to `FileUtils#rm_r`, so replace it with that. 
						
						
					 
					
						2024-08-01 18:28:00 +01:00 
						 
				 
			
				
					
						
							
							
								Issy Long 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cc7784605d 
							
						 
					 
					
						
						
							
							rubocop/no_fileutils_rmrf: Reorganize tests  
						
						
						
						
					 
					
						2024-08-01 18:28:00 +01:00 
						 
				 
			
				
					
						
							
							
								Issy Long 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ebd9d183dc 
							
						 
					 
					
						
						
							
							rubocop/no_fileutils_rmrf: Extend to cover FileUtils#rmtree too  
						
						
						
						
					 
					
						2024-08-01 18:28:00 +01:00