Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e1da637f9a 
							
						 
					 
					
						
						
							
							test/hardware/cpu_spec: add missing families  
						
						 
						
						
						
						
							
						
					 
					
						2021-03-04 23:50:35 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b8448c4864 
							
						 
					 
					
						
						
							
							Merge pull request  #10765  from Bo98/ruby-shims  
						
						 
						
						... 
						
						
						
						Revert "Revert "shims/mac/super: add ruby shims to set SDKROOT"" 
						
						
							
						
					 
					
						2021-03-04 16:37:38 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5fed5536f4 
							
						 
					 
					
						
						
							
							Merge pull request  #10779  from Homebrew/update-manpage  
						
						 
						
						... 
						
						
						
						Update maintainers, manpage and completions. 
						
						
							
						
					 
					
						2021-03-04 15:44:53 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cca1413bf2 
							
						 
					 
					
						
						
							
							Merge pull request  #10764  from Bo98/export-env  
						
						 
						
						... 
						
						
						
						Let bin/brew handle its own exporting 
						
						
							
						
					 
					
						2021-03-04 15:43:33 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
						
						
							
						
						
							713a0692ae 
							
						 
					 
					
						
						
							
							Update maintainers, manpage and completions.  
						
						 
						
						... 
						
						
						
						Autogenerated by the [update-manpage](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-manpage.yml ) workflow. 
						
						
							
						
					 
					
						2021-03-04 15:13:05 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dawid Dziurla 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5267f7b200 
							
						 
					 
					
						
						
							
							Merge pull request  #10772  from dawidd6/dispatch-linux  
						
						 
						
						... 
						
						
						
						dispatch-build-bottle: support Linux 
						
						
							
						
					 
					
						2021-03-04 16:11:06 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							14576d7b1a 
							
						 
					 
					
						
						
							
							Merge pull request  #10771  from MikeMcQuaid/speedup_brew_version  
						
						 
						
						... 
						
						
						
						Speedup `brew --version`. 
						
						
							
						
					 
					
						2021-03-04 15:10:00 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e9419dbce7 
							
						 
					 
					
						
						
							
							test/cmd: test Bash logic.  
						
						 
						
						
						
						
							
						
					 
					
						2021-03-04 12:59:43 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dc1fdc9f8d 
							
						 
					 
					
						
						
							
							Speedup brew --version.  
						
						 
						
						... 
						
						
						
						Port `brew --version` to Bash to speed it up.
While we're here:
- remove (now) unused `Tap` Git methods
- use `--quiet` instead of `-q` to be more verbose
Benchmarks:
```
$ hyperfine --min-runs=3 --warmup=2 "git checkout origin/master; brew --version" "git checkout speedup_brew_version; brew --version"
Benchmark #1 : git checkout origin/master; brew --version
  Time (mean ± σ):      2.083 s ±  0.004 s    [User: 396.8 ms, System: 597.2 ms]
  Range (min … max):    2.080 s …  2.088 s    3 runs
Benchmark #2 : git checkout speedup_brew_version; brew --version
  Time (mean ± σ):     847.9 ms ±  35.2 ms    [User: 100.0 ms, System: 247.9 ms]
  Range (min … max):   824.1 ms … 888.3 ms    3 runs
Summary
  'git checkout speedup_brew_version; brew --version' ran
    2.46 ± 0.10 times faster than 'git checkout origin/master; brew --version'
``` 
						
						
							
						
					 
					
						2021-03-04 12:59:42 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d3d4abdbb2 
							
						 
					 
					
						
						
							
							Deprecate HOMEBREW_NO_ENV_FILTERING  
						
						 
						
						... 
						
						
						
						It's undocumented so we don't need to do the full deprecation dance here
but let's give people a bit of a head up. 
						
						
							
						
					 
					
						2021-03-04 08:51:44 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Markus Reiter 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3e69c2b77b 
							
						 
					 
					
						
						
							
							Merge pull request  #10775  from Homebrew/dependabot/bundler/Library/Homebrew/codecov-0.5.1  
						
						 
						
						... 
						
						
						
						build(deps): bump codecov from 0.5.0 to 0.5.1 in /Library/Homebrew 
						
						
							
						
					 
					
						2021-03-04 08:48:44 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nandahkrishna 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d68452f232 
							
						 
					 
					
						
						
							
							rubocops/patches: autocorrect some offenses  
						
						 
						
						
						
						
							
						
					 
					
						2021-03-04 12:36:18 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
						
						
							
						
						
							84c26f1585 
							
						 
					 
					
						
						
							
							Update RBI files for codecov.  
						
						 
						
						
						
						
							
						
					 
					
						2021-03-04 06:01:47 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
						
						
							
						
						
							731fa83e01 
							
						 
					 
					
						
						
							
							brew vendor-gems: commit updates.  
						
						 
						
						
						
						
							
						
					 
					
						2021-03-04 06:00:57 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							656e41ec24 
							
						 
					 
					
						
						
							
							build(deps): bump codecov from 0.5.0 to 0.5.1 in /Library/Homebrew  
						
						 
						
						... 
						
						
						
						Bumps [codecov](https://github.com/codecov/codecov-ruby ) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/codecov/codecov-ruby/releases )
- [Changelog](https://github.com/codecov/codecov-ruby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-ruby/compare/v0.5.0...v0.5.1 )
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
							
						
					 
					
						2021-03-04 05:55:17 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dawid Dziurla 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b3949f0765 
							
						 
					 
					
						
						
							
							dispatch-build-bottle: support Linux  
						
						 
						
						
						
						
							
						
					 
					
						2021-03-03 17:36:12 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9d62a13a31 
							
						 
					 
					
						
						
							
							Merge pull request  #10700  from appropriate/docs-homebrew-and-java  
						
						 
						
						... 
						
						
						
						Add initial documentation for Java-based packages 
						
						
							
						
					 
					
						2021-03-03 13:58:17 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Seeker 
							
						 
					 
					
						
						
						
						
							
						
						
							7e7274aaeb 
							
						 
					 
					
						
						
							
							rubocops: use Style/UnlessLogicalOperators  
						
						 
						
						... 
						
						
						
						Replaces `Style/UnlessMultipleConditions` 
						
						
							
						
					 
					
						2021-03-03 01:39:11 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							13508eebaa 
							
						 
					 
					
						
						
							
							Merge pull request  #10753  from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-1.11.0  
						
						 
						
						... 
						
						
						
						build(deps): bump rubocop from 1.10.0 to 1.11.0 in /Library/Homebrew 
						
						
							
						
					 
					
						2021-03-03 09:06:46 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
						
						
							
						
						
							1377db534d 
							
						 
					 
					
						
						
							
							Update RBI files for rubocop.  
						
						 
						
						
						
						
							
						
					 
					
						2021-03-02 17:54:04 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
						
						
							
						
						
							b15ddb8c22 
							
						 
					 
					
						
						
							
							brew vendor-gems: commit updates.  
						
						 
						
						
						
						
							
						
					 
					
						2021-03-02 17:53:13 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							97a23cc462 
							
						 
					 
					
						
						
							
							build(deps): bump rubocop from 1.10.0 to 1.11.0 in /Library/Homebrew  
						
						 
						
						... 
						
						
						
						Bumps [rubocop](https://github.com/rubocop/rubocop ) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/rubocop/rubocop/releases )
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop/compare/v1.10.0...v1.11.0 )
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
							
						
					 
					
						2021-03-02 17:48:06 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d625f91d3c 
							
						 
					 
					
						
						
							
							shims/scm/git: fix unintended backtick usage  
						
						 
						
						
						
						
							
						
					 
					
						2021-03-02 17:07:02 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a3ed481b9e 
							
						 
					 
					
						
						
							
							Revert "Revert "shims/mac/super: add ruby shims to set SDKROOT""  
						
						 
						
						... 
						
						
						
						This reverts commit fe992cab2b943269e39e8f9f5830f4983c440e8b. 
						
						
							
						
					 
					
						2021-03-02 17:06:05 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0a4fd2201e 
							
						 
					 
					
						
						
							
							Let bin/brew handle its own exporting  
						
						 
						
						
						
						
							
						
					 
					
						2021-03-02 16:59:57 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike Dillon 
							
						 
					 
					
						
						
						
						
							
						
						
							e92d67d15c 
							
						 
					 
					
						
						
							
							Add initial documentation for Java-based packages  
						
						 
						
						
						
						
							
						
					 
					
						2021-03-02 08:42:17 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b024954a0f 
							
						 
					 
					
						
						
							
							Merge pull request  #10758  from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-performance-1.10.1  
						
						 
						
						... 
						
						
						
						build(deps): bump rubocop-performance from 1.10.0 to 1.10.1 in /Library/Homebrew 
						
						
							
						
					 
					
						2021-03-02 16:10:07 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							55d8c1a608 
							
						 
					 
					
						
						
							
							Merge pull request  #10759  from Homebrew/dependabot/bundler/Library/Homebrew/codecov-0.5.0  
						
						 
						
						... 
						
						
						
						build(deps): bump codecov from 0.4.3 to 0.5.0 in /Library/Homebrew 
						
						
							
						
					 
					
						2021-03-02 16:09:55 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonathan Chang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ee52b19179 
							
						 
					 
					
						
						
							
							Merge pull request  #10763  from Homebrew/revert-10595-ruby-shims  
						
						 
						
						... 
						
						
						
						Revert "shims/mac/super: add ruby shims to set SDKROOT" 
						
						
							
  3.0.4
 
						
					 
					
						2021-03-03 02:38:46 +11:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fe992cab2b 
							
						 
					 
					
						
						
							
							Revert "shims/mac/super: add ruby shims to set SDKROOT"  
						
						 
						
						
						
						
							
						
					 
					
						2021-03-02 15:11:14 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f43cc9693f 
							
						 
					 
					
						
						
							
							Merge pull request  #10761  from scpeters/fix_install_dependency  
						
						 
						
						... 
						
						
						
						formula_installer: fix typo in install_dependency 
						
						
							
						
					 
					
						2021-03-02 15:06:01 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							28bc2b83e0 
							
						 
					 
					
						
						
							
							Merge pull request  #10751  from MikeMcQuaid/brew-tap-new-tweaks  
						
						 
						
						... 
						
						
						
						dev-cmd/tap-new: various tweaks. 
						
						
							
						
					 
					
						2021-03-02 13:01:36 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Steve Peters 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e3505247cb 
							
						 
					 
					
						
						
							
							formula_installer: fix typo in install_dependency  
						
						 
						
						... 
						
						
						
						The linked_keg variable is referenced outside the block where
it is defined; I think it should be the installed_keg variable. 
						
						
							
						
					 
					
						2021-03-02 01:16:55 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
						
						
							
						
						
							9a1d1b4847 
							
						 
					 
					
						
						
							
							Update RBI files for rubocop-performance.  
						
						 
						
						
						
						
							
						
					 
					
						2021-03-02 05:49:48 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
						
						
							
						
						
							1397f66bde 
							
						 
					 
					
						
						
							
							brew vendor-gems: commit updates.  
						
						 
						
						
						
						
							
						
					 
					
						2021-03-02 05:48:25 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
						
						
							
						
						
							28d2d0b3f8 
							
						 
					 
					
						
						
							
							Update RBI files for codecov.  
						
						 
						
						
						
						
							
						
					 
					
						2021-03-02 05:46:51 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
						
						
							
						
						
							9caa90d965 
							
						 
					 
					
						
						
							
							brew vendor-gems: commit updates.  
						
						 
						
						
						
						
							
						
					 
					
						2021-03-02 05:46:02 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e8c6140dbd 
							
						 
					 
					
						
						
							
							build(deps): bump codecov from 0.4.3 to 0.5.0 in /Library/Homebrew  
						
						 
						
						... 
						
						
						
						Bumps [codecov](https://github.com/codecov/codecov-ruby ) from 0.4.3 to 0.5.0.
- [Release notes](https://github.com/codecov/codecov-ruby/releases )
- [Changelog](https://github.com/codecov/codecov-ruby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-ruby/compare/v0.4.3...v0.5.0 )
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
							
						
					 
					
						2021-03-02 05:43:33 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9e86f14aa3 
							
						 
					 
					
						
						
							
							build(deps): bump rubocop-performance in /Library/Homebrew  
						
						 
						
						... 
						
						
						
						Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance ) from 1.10.0 to 1.10.1.
- [Release notes](https://github.com/rubocop/rubocop-performance/releases )
- [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.10.0...v1.10.1 )
Signed-off-by: dependabot[bot] <support@github.com> 
						
						
							
						
					 
					
						2021-03-02 05:43:05 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							10c8874ee5 
							
						 
					 
					
						
						
							
							Merge pull request  #10717  from Bo98/prerelease  
						
						 
						
						... 
						
						
						
						os/mac: fix version error for prerelease macOS 
						
						
							
						
					 
					
						2021-03-02 03:11:41 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michka Popoff 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4a46920ebf 
							
						 
					 
					
						
						
							
							Merge pull request  #10732  from iMichka/gawk  
						
						 
						
						... 
						
						
						
						Dockerfile: add gawk dependency 
						
						
							
						
					 
					
						2021-03-02 01:12:24 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nanda H Krishna 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cc9a1dfaf7 
							
						 
					 
					
						
						
							
							Merge pull request  #10725  from nandahkrishna/maintainer-checklist-changes  
						
						 
						
						... 
						
						
						
						docs/New-Maintainer-Checklist.md: remove automated steps 
						
						
							
						
					 
					
						2021-03-02 05:42:19 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							37f7b9ee73 
							
						 
					 
					
						
						
							
							Merge pull request  #10750  from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-performance-1.10.0  
						
						 
						
						... 
						
						
						
						build(deps): bump rubocop-performance from 1.9.2 to 1.10.0 in /Library/Homebrew 
						
						
							
						
					 
					
						2021-03-01 15:13:01 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							14114305f7 
							
						 
					 
					
						
						
							
							Merge pull request  #10752  from Bo98/content-disposition-comment  
						
						 
						
						... 
						
						
						
						download_strategy: add comment about Content-Disposition handling 
						
						
							
						
					 
					
						2021-03-01 14:26:48 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d330e915d1 
							
						 
					 
					
						
						
							
							download_strategy: add comment about Content-Disposition handling  
						
						 
						
						
						
						
							
						
					 
					
						2021-03-01 13:59:05 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9663567501 
							
						 
					 
					
						
						
							
							Fix brew style.  
						
						 
						
						
						
						
							
						
					 
					
						2021-03-01 13:43:47 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fb1cf8f389 
							
						 
					 
					
						
						
							
							dev-cmd/tap-new: various tweaks.  
						
						 
						
						... 
						
						
						
						- `--no-git` and `--branch` don't conflict as `--branch` is still used
  for the GitHub Actions branch even with `--no-git`
- fix some README markdown linting errors
- fix some YAML/GitHub Actions configuration linting errors 
						
						
							
						
					 
					
						2021-03-01 13:40:08 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9d2ee344f6 
							
						 
					 
					
						
						
							
							Merge pull request  #10749  from Homebrew/dependabot/bundler/Library/Homebrew/minitest-5.14.4  
						
						 
						
						... 
						
						
						
						build(deps): bump minitest from 5.14.3 to 5.14.4 in /Library/Homebrew 
						
						
							
  3.0.3
 
						
					 
					
						2021-03-01 12:13:53 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
						
						
							
						
						
							838e4face7 
							
						 
					 
					
						
						
							
							Update RBI files for minitest.  
						
						 
						
						
						
						
							
						
					 
					
						2021-03-01 07:41:32 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BrewTestBot 
							
						 
					 
					
						
						
						
						
							
						
						
							03e761079c 
							
						 
					 
					
						
						
							
							Update RBI files for rubocop-performance.  
						
						 
						
						
						
						
							
						
					 
					
						2021-03-01 07:40:54 +00:00