Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							020a30caa7 
							
						 
					 
					
						
						
							
							utils/ruby: set HOMEBREW_BOOTSNAP_GEM_PATH after Ruby install.  
						
						 
						
						... 
						
						
						
						This should ensure it's set to the correct path. 
						
						
							
						
					 
					
						2025-04-07 16:55:20 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							25214f1f39 
							
						 
					 
					
						
						
							
							Merge pull request  #19714  from Homebrew/bundle-sim-services-2  
						
						 
						
						... 
						
						
						
						Reland "bundle: handle simultaneous exec --services better" 
						
						
							
						
					 
					
						2025-04-07 15:46:39 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							568b707bc9 
							
						 
					 
					
						
						
							
							Merge pull request  #19713  from Homebrew/services-loaded_file-2  
						
						 
						
						... 
						
						
						
						Revert "Revert "services: add loaded_file data"" 
						
						
							
						
					 
					
						2025-04-07 14:53:01 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							80f5c42f02 
							
						 
					 
					
						
						
							
							bundle/commands/exec: handle no services to start  
						
						 
						
						
						
						
							
						
					 
					
						2025-04-07 14:12:41 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f2513965e8 
							
						 
					 
					
						
						
							
							Revert "Revert "bundle: handle simultaneous exec --services better""  
						
						 
						
						... 
						
						
						
						This reverts commit 94db0b2f3408280e20ca3888ed5c91672ab4fca2. 
						
						
							
						
					 
					
						2025-04-07 14:10:42 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							52a7b67ba5 
							
						 
					 
					
						
						
							
							Revert "Revert "services: add loaded_file data""  
						
						 
						
						... 
						
						
						
						This reverts commit 76901b1352d776a0fb53696b0e61eed420186b0c. 
						
						
							
						
					 
					
						2025-04-07 14:05:39 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							334bf23768 
							
						 
					 
					
						
						
							
							Merge pull request  #19709  from Homebrew/bump-cask-pr-respect-os-arch  
						
						 
						
						... 
						
						
						
						bump-cask-pr: respect `depends_on arch` 
						
						
							
						
					 
					
						2025-04-07 07:34:05 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sam Ford 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							99681d7fbc 
							
						 
					 
					
						
						
							
							bump-cask-pr: replace "host" naming with "current"  
						
						 
						
						... 
						
						
						
						`Homebrew::SimulateSystem.current_os` may be returning the host OS or
a simulated OS and we can't be sure which in this context. At the
moment, this is expected to be the host OS but that may change in the
future. It shouldn't matter on a technical level but using "host" in
these variable names may lead to confusion.
This replaces "host" in names with "current", as it more accurately
describes the information. 
						
						
							
						
					 
					
						2025-04-06 10:58:47 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sam Ford 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b7065d5fcf 
							
						 
					 
					
						
						
							
							bump-cask-pr: extract system_options generation  
						
						 
						
						... 
						
						
						
						This extracts the logic for generating the `system_options` array in
the `replace_version_and_checksum` method into a separate
`generate_system_options` method. This logic is becoming more complex
(after recent changes) and manually testing it is a pain, so this
change is intended to allow us to add tests. The tests added here
provide 100% coverage for the method. 
						
						
							
						
					 
					
						2025-04-06 10:58:46 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sam Ford 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6f06afbc11 
							
						 
					 
					
						
						
							
							bump-cask-pr: respect depends_on arch  
						
						 
						
						... 
						
						
						
						This reworks the `SimulateSystem` args in the `bump-cask-pr`
`replace_version_and_checksum` method to respect `depends_on arch`
values in casks. That is to say, we shouldn't simulate Intel for a
cask using `depends_on arch: :arm64` and we shouldn't simulate ARM if
the cask uses `depends_on arch: :x86_64`.
In the process, this refactors how we collect/combine OS/arch values.
To make this approach work predictably, I removed the logic that
omits OS values matching the host OS (as `SimulateSystem` already
handles this). The `[{ os:, arch: }]` hash format only made sense when
we were omitting values, so this returns to the previous
`[[os, arch]]` array format (to align with the
`OnSystem::ALL_OS_ARCH_COMBINATIONS` array format). 
						
						
							
						
					 
					
						2025-04-06 10:58:46 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Linnane 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d6da002a6e 
							
						 
					 
					
						
						
							
							Merge pull request  #19708  from Homebrew/dependabot/bundler/Library/Homebrew/vernier-1.7.0  
						
						 
						
						... 
						
						
						
						build(deps-dev): bump vernier from 1.6.0 to 1.7.0 in /Library/Homebrew 
						
						
							
  4.4.28
 
						
					 
					
						2025-04-04 15:32:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Linnane 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							01cc0ee798 
							
						 
					 
					
						
						
							
							Merge pull request  #19707  from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-633609048a  
						
						 
						
						... 
						
						
						
						build(deps): bump the sorbet group in /Library/Homebrew with 4 updates 
						
						
							
						
					 
					
						2025-04-04 15:31:16 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b3d14a1b09 
							
						 
					 
					
						
						
							
							Update RBI files for vernier.  
						
						 
						
						... 
						
						
						
						Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml ) workflow. 
						
						
							
						
					 
					
						2025-04-04 15:17:41 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e07d2b334b 
							
						 
					 
					
						
						
							
							brew vendor-gems: commit updates.  
						
						 
						
						
						
						
							
						
					 
					
						2025-04-04 15:17:33 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2911ea1117 
							
						 
					 
					
						
						
							
							Update RBI files for sorbet.  
						
						 
						
						... 
						
						
						
						Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml ) workflow. 
						
						
							
						
					 
					
						2025-04-04 15:17:28 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1435ce56a9 
							
						 
					 
					
						
						
							
							brew vendor-gems: commit updates.  
						
						 
						
						
						
						
							
						
					 
					
						2025-04-04 15:17:24 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b8434f86fb 
							
						 
					 
					
						
						
							
							build(deps-dev): bump vernier from 1.6.0 to 1.7.0 in /Library/Homebrew  
						
						 
						
						... 
						
						
						
						Bumps [vernier](https://github.com/jhawthorn/vernier ) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/jhawthorn/vernier/releases )
- [Commits](https://github.com/jhawthorn/vernier/compare/v1.6.0...v1.7.0 )
---
updated-dependencies:
- dependency-name: vernier
  dependency-version: 1.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
							
						
					 
					
						2025-04-04 15:15:59 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							535dc372f6 
							
						 
					 
					
						
						
							
							build(deps): bump the sorbet group in /Library/Homebrew with 4 updates  
						
						 
						
						... 
						
						
						
						Bumps the sorbet group in /Library/Homebrew with 4 updates: [sorbet-static-and-runtime](https://github.com/sorbet/sorbet ), [sorbet-runtime](https://github.com/sorbet/sorbet ), [sorbet](https://github.com/sorbet/sorbet ) and [sorbet-static](https://github.com/sorbet/sorbet ).
Updates `sorbet-static-and-runtime` from 0.5.11984 to 0.5.11987
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
Updates `sorbet-runtime` from 0.5.11984 to 0.5.11987
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
Updates `sorbet` from 0.5.11984 to 0.5.11987
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
Updates `sorbet-static` from 0.5.11984 to 0.5.11987
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
---
updated-dependencies:
- dependency-name: sorbet-static-and-runtime
  dependency-version: 0.5.11987
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: sorbet
- dependency-name: sorbet-runtime
  dependency-version: 0.5.11987
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sorbet
- dependency-name: sorbet
  dependency-version: 0.5.11987
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: sorbet
- dependency-name: sorbet-static
  dependency-version: 0.5.11987
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: sorbet
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
							
						
					 
					
						2025-04-04 15:15:41 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0d6de643f8 
							
						 
					 
					
						
						
							
							Merge pull request  #19706  from Homebrew/revert-19703-bundle-exec-simultaneous-services  
						
						 
						
						... 
						
						
						
						Revert "bundle: handle simultaneous `exec --services` better" 
						
						
							
						
					 
					
						2025-04-04 14:47:04 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							94db0b2f34 
							
						 
					 
					
						
						
							
							Revert "bundle: handle simultaneous exec --services better"  
						
						 
						
						
						
						
							
						
					 
					
						2025-04-04 15:30:47 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4c56360267 
							
						 
					 
					
						
						
							
							Merge pull request  #19700  from Homebrew/livecheck/make-os-available  
						
						 
						
						... 
						
						
						
						Make `os` available in `livecheck` blocks 
						
						
							
						
					 
					
						2025-04-04 14:29:16 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sam Ford 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8d52d9b3fc 
							
						 
					 
					
						
						
							
							livecheck: add tests for delegates  
						
						 
						
						... 
						
						
						
						This adds tests for the livecheck DSL's `version` and `arch`
delegates. This doesn't affect test coverage but it ensures that the
methods work as expected in `livecheck` blocks. 
						
						
							
						
					 
					
						2025-04-04 09:17:32 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sam Ford 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ed48426a33 
							
						 
					 
					
						
						
							
							tests: support :needs_arm, :needs_intel metadata  
						
						 
						
						... 
						
						
						
						This adds the ability to specify tests that depend on a certain CPU
architecture using `:needs_arm` or `:needs_intel`, similar to the
existing `:needs_macos` and `:needs_linux` metadata for tests that
depend on a certain OS. 
						
						
							
						
					 
					
						2025-04-04 09:17:32 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sam Ford 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							97cce36779 
							
						 
					 
					
						
						
							
							Make os available in cask livecheck blocks  
						
						 
						
						... 
						
						
						
						Casks now support an `os` DSL method, similar to `arch`. This makes
it available in `livecheck` blocks, like we do with `arch`. 
						
						
							
						
					 
					
						2025-04-04 09:17:32 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fc86107ebe 
							
						 
					 
					
						
						
							
							Merge pull request  #19705  from Homebrew/revert-19702-services-loaded_file  
						
						 
						
						... 
						
						
						
						Revert "services: add loaded_file data" 
						
						
							
						
					 
					
						2025-04-04 12:24:20 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							76901b1352 
							
						 
					 
					
						
						
							
							Revert "services: add loaded_file data"  
						
						 
						
						
						
						
							
						
					 
					
						2025-04-04 13:11:13 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							74992445af 
							
						 
					 
					
						
						
							
							Merge pull request  #19703  from Homebrew/bundle-exec-simultaneous-services  
						
						 
						
						... 
						
						
						
						bundle: handle simultaneous `exec --services` better 
						
						
							
						
					 
					
						2025-04-04 11:04:06 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							79d5115ba3 
							
						 
					 
					
						
						
							
							Merge pull request  #19689  from Homebrew/bump-cask-pr-fix-macos-host-handling  
						
						 
						
						... 
						
						
						
						bump-cask-pr: fix macOS host handling 
						
						
							
						
					 
					
						2025-04-04 07:51:44 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0d9c0561e1 
							
						 
					 
					
						
						
							
							Merge pull request  #19702  from Homebrew/services-loaded_file  
						
						 
						
						... 
						
						
						
						services: add loaded_file data 
						
						
							
						
					 
					
						2025-04-04 07:51:38 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1ef00cb55f 
							
						 
					 
					
						
						
							
							bundle: handle simultaneous exec --services better  
						
						 
						
						
						
						
							
						
					 
					
						2025-04-04 08:10:11 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a6bee0736f 
							
						 
					 
					
						
						
							
							services: add loaded_file data  
						
						 
						
						
						
						
							
						
					 
					
						2025-04-04 07:25:10 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1c71c200bf 
							
						 
					 
					
						
						
							
							Merge pull request  #19698  from Homebrew/fix-cop-namespace  
						
						 
						
						... 
						
						
						
						os/linux/development_tools: update cop namespace 
						
						
							
						
					 
					
						2025-04-04 05:40:59 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Linnane 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							997ea136b6 
							
						 
					 
					
						
						
							
							os/linux/development_tools: update cop namespace  
						
						 
						
						... 
						
						
						
						Signed-off-by: Patrick Linnane <patrick@linnane.io> 
						
						
							
						
					 
					
						2025-04-03 19:43:31 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Linnane 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5a72a46ab0 
							
						 
					 
					
						
						
							
							Merge pull request  #19694  from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-1.75.2  
						
						 
						
						... 
						
						
						
						build(deps-dev): bump rubocop from 1.75.1 to 1.75.2 in /Library/Homebrew 
						
						
							
						
					 
					
						2025-04-03 22:25:04 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sam Ford 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							612fec47f3 
							
						 
					 
					
						
						
							
							bump-cask-pr: rescue CaskUnreadableError  
						
						 
						
						... 
						
						
						
						The `replace_version_and_checksum` method handles a `CaskInvalidError`
when loading a cask (handling casks that aren't valid on Linux) but
we can sometimes still encounter an error when bumping a cask with
on_system blocks. For example, bumping `displaylink` will produce a
`Cask 'displaylink' is unreadable: undefined method 'csv' for nil`
error when `SimulateSystem` runs as Linux, as the cask interpolates
`version.csv.first` in a `license` string but `version` isn't set on
Linux.
This adds `Cask::CaskUnreadableError` to the `rescue` arguments,
which accounts for this particular situation (allowing `displaylink`
to be bumped like before). 
						
						
							
						
					 
					
						2025-04-03 17:56:48 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sam Ford 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							38410f5432 
							
						 
					 
					
						
						
							
							bump-cask-pr: fix macOS host handling  
						
						 
						
						... 
						
						
						
						`bump-cask-pr` was recently updated to add Linux support but the
change to the `replace_version_and_checksum` logic has broken the
command for casks that have on_system blocks that reference specific
macOS versions (e.g., `on_monterey :or_newer` in `logi-options+`).
The previous logic only simulated the arch, so the `current_os` value
on macOS was a specific version like `:sequoia`. The current logic
uses generic `:macos` values, which work for `on_macos` blocks but
don't work for blocks like `on_sequoia`, etc. This leads to an
`undefined method 'latest?' for nil` error, as `old_cask.version` is
`nil` in this scenario (i.e., none of the on_system blocks apply to
`:macos`, so `version` is never set).
This updates the method to only specify the OS in `system_options` if
the value doesn't align with the host (e.g., `:linux` on macOS),
which restores the previous behavior.
This also replaces `:macos` values with the newest macOS version
(e.g., `:sequoia`), so that `bump-cask-pr` on Linux can update casks
with on_system blocks that reference specific macOS versions. A
generic `:macos` value doesn't work with those on_system blocks, so
`version` is never called on Linux in that scenario but it works as
expected if we use the newest macOS value instead. This may not be
perfect but it brings `bump-cask-pr` a little closer to parity with
macOS on Linux.
Lastly, this skips `system_options` values where `old_cask` has no
version, as this means the cask doesn't apply to that OS/arch. We've
been seeing a related error on homebrew/cask autobump CI and this
guard should help to avoid it. 
						
						
							
						
					 
					
						2025-04-03 17:56:47 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d0476b4a3d 
							
						 
					 
					
						
						
							
							Update RBI files for rubocop.  
						
						 
						
						... 
						
						
						
						Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml ) workflow. 
						
						
							
						
					 
					
						2025-04-03 20:32:27 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f5f84ee233 
							
						 
					 
					
						
						
							
							brew vendor-gems: commit updates.  
						
						 
						
						
						
						
							
						
					 
					
						2025-04-03 20:32:04 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fee0621256 
							
						 
					 
					
						
						
							
							build(deps-dev): bump rubocop from 1.75.1 to 1.75.2 in /Library/Homebrew  
						
						 
						
						... 
						
						
						
						Bumps [rubocop](https://github.com/rubocop/rubocop ) from 1.75.1 to 1.75.2.
- [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.75.1...v1.75.2 )
---
updated-dependencies:
- dependency-name: rubocop
  dependency-version: 1.75.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
							
						
					 
					
						2025-04-03 20:27:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Linnane 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b250ca8055 
							
						 
					 
					
						
						
							
							Merge pull request  #19695  from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-ast-1.44.0  
						
						 
						
						... 
						
						
						
						build(deps-dev): bump rubocop-ast from 1.43.0 to 1.44.0 in /Library/Homebrew 
						
						
							
						
					 
					
						2025-04-03 20:06:49 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Linnane 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e863fe3ee0 
							
						 
					 
					
						
						
							
							Merge pull request  #19693  from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-997f6512ce  
						
						 
						
						... 
						
						
						
						build(deps): bump the sorbet group in /Library/Homebrew with 4 updates 
						
						
							
						
					 
					
						2025-04-03 20:05:21 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1d1732d053 
							
						 
					 
					
						
						
							
							Update RBI files for rubocop-ast.  
						
						 
						
						... 
						
						
						
						Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml ) workflow. 
						
						
							
						
					 
					
						2025-04-03 19:52:02 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							be30f8b84c 
							
						 
					 
					
						
						
							
							brew vendor-gems: commit updates.  
						
						 
						
						
						
						
							
						
					 
					
						2025-04-03 19:51:54 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d72f74abb6 
							
						 
					 
					
						
						
							
							brew vendor-gems: commit updates.  
						
						 
						
						
						
						
							
						
					 
					
						2025-04-03 19:51:49 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Linnane 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							adcd8e050a 
							
						 
					 
					
						
						
							
							Merge pull request  #19696  from Homebrew/dependabot/pip/Library/Homebrew/formula-analytics/typing-extensions-4.13.1  
						
						 
						
						... 
						
						
						
						build(deps): bump typing-extensions from 4.12.2 to 4.13.1 in /Library/Homebrew/formula-analytics 
						
						
							
						
					 
					
						2025-04-03 19:51:47 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							75a72b90e3 
							
						 
					 
					
						
						
							
							build(deps): bump typing-extensions  
						
						 
						
						... 
						
						
						
						Bumps [typing-extensions](https://github.com/python/typing_extensions ) from 4.12.2 to 4.13.1.
- [Release notes](https://github.com/python/typing_extensions/releases )
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md )
- [Commits](https://github.com/python/typing_extensions/compare/4.12.2...4.13.1 )
---
updated-dependencies:
- dependency-name: typing-extensions
  dependency-version: 4.13.1
  dependency-type: indirect
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
							
						
					 
					
						2025-04-03 18:54:37 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							83486fbe9d 
							
						 
					 
					
						
						
							
							build(deps-dev): bump rubocop-ast in /Library/Homebrew  
						
						 
						
						... 
						
						
						
						Bumps [rubocop-ast](https://github.com/rubocop/rubocop-ast ) from 1.43.0 to 1.44.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.43.0...v1.44.0 )
---
updated-dependencies:
- dependency-name: rubocop-ast
  dependency-version: 1.44.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
							
						
					 
					
						2025-04-03 18:37:04 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e942d9e369 
							
						 
					 
					
						
						
							
							build(deps): bump the sorbet group in /Library/Homebrew with 4 updates  
						
						 
						
						... 
						
						
						
						Bumps the sorbet group in /Library/Homebrew with 4 updates: [sorbet-static-and-runtime](https://github.com/sorbet/sorbet ), [sorbet-runtime](https://github.com/sorbet/sorbet ), [sorbet](https://github.com/sorbet/sorbet ) and [sorbet-static](https://github.com/sorbet/sorbet ).
Updates `sorbet-static-and-runtime` from 0.5.11980 to 0.5.11984
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
Updates `sorbet-runtime` from 0.5.11980 to 0.5.11984
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
Updates `sorbet` from 0.5.11980 to 0.5.11984
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
Updates `sorbet-static` from 0.5.11980 to 0.5.11984
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
---
updated-dependencies:
- dependency-name: sorbet-static-and-runtime
  dependency-version: 0.5.11984
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: sorbet
- dependency-name: sorbet-runtime
  dependency-version: 0.5.11984
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sorbet
- dependency-name: sorbet
  dependency-version: 0.5.11984
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: sorbet
- dependency-name: sorbet-static
  dependency-version: 0.5.11984
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: sorbet
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
							
						
					 
					
						2025-04-03 18:36:20 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e3137f192f 
							
						 
					 
					
						
						
							
							Merge pull request  #19642  from Homebrew/linux_ci_gcc  
						
						 
						
						... 
						
						
						
						Update Linux GCC code. 
						
						
							
						
					 
					
						2025-04-03 15:25:43 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8937beb3a1 
							
						 
					 
					
						
						
							
							Merge pull request  #19688  from Homebrew/unbottled-linux-arch  
						
						 
						
						... 
						
						
						
						dev-cmd/unbottled: check arch requirement on Linux 
						
						
							
						
					 
					
						2025-04-03 15:11:49 +00:00