Mike McQuaid
1976ead217
Merge pull request #16505 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-static-and-runtime-and-sorbet-runtime-0.5.11212
...
build(deps): bump sorbet-static-and-runtime and sorbet-runtime in /Library/Homebrew
2024-01-19 09:00:43 +00:00
Mike McQuaid
6a8ac2bd0e
cmd/update-report: adjust installfromapimessage.
...
Only warn about `HOMEBREW_NO_INSTALL_FROM_API` and make this a one-time
message.
Fixes #16481
2024-01-19 08:55:03 +00:00
BrewTestBot
3d1a7197e2
Update RBI files for sorbet-static-and-runtime-and-sorbet-runtime.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml ) workflow.
2024-01-19 08:50:40 +00:00
BrewTestBot
b6c4f59757
brew vendor-gems: commit updates.
2024-01-19 08:44:39 +00:00
dependabot[bot]
bacacfcb2b
build(deps): bump sorbet-static-and-runtime and sorbet-runtime
...
Bumps [sorbet-static-and-runtime](https://github.com/sorbet/sorbet ) and [sorbet-runtime](https://github.com/sorbet/sorbet ). These dependencies needed to be updated together.
Updates `sorbet-static-and-runtime` from 0.5.11155 to 0.5.11212
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
Updates `sorbet-runtime` from 0.5.11155 to 0.5.11212
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
---
updated-dependencies:
- dependency-name: sorbet-static-and-runtime
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: sorbet-runtime
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 08:41:44 +00:00
Mike McQuaid
5d54517d1e
Merge pull request #16503 from Bo98/dependabot-group-artifacts
...
dependabot.yml: group actions/*-artifact
2024-01-19 08:37:37 +00:00
Mike McQuaid
4b80dfa0e0
Merge pull request #16502 from Bo98/discontinue-non-ephemeral
...
github_runner_matrix: discontinue non-ephemeral runners
2024-01-19 08:34:27 +00:00
Kevin
5a297a7dd5
Merge pull request #16499 from p-linnane/vendor-install-wording
...
cmd/vendor-install: adjust wording
2024-01-18 21:49:49 -08:00
Bo Anderson
896430a9b1
dependabot.yml: group actions/*-artifact
2024-01-19 05:38:27 +00:00
Patrick Linnane
0ef5c28833
Merge pull request #16500 from p-linnane/add-virtualized-check
...
hardware/cpu: add `virtualized?` check
2024-01-18 17:29:18 -08:00
Patrick Linnane
74a487ccfc
hardware/cpu: add virtualized?
check
...
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2024-01-18 16:46:59 -08:00
Bo Anderson
d756d7b356
github_runner_matrix: discontinue non-ephemeral runners
2024-01-18 23:22:18 +00:00
Bo Anderson
d84eadf870
Merge pull request #16479 from alichtman/master
...
Fix "OS is not a class" crash on Ubuntu 23.10
2024-01-18 23:05:19 +00:00
Issy Long
f682147598
Fix RuboCop Style/RedundantFreeze
offenses
2024-01-18 22:20:01 +00:00
Mike McQuaid
4fdc7e939b
Merge pull request #16498 from MikeMcQuaid/vendor-install-fixes
...
cmd/vendor-install: fix some elses.
2024-01-18 20:21:55 +00:00
Patrick Linnane
532fdc0f73
cmd/vendor-install: adjust wording
...
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2024-01-18 09:41:19 -08:00
Mike McQuaid
fd9775d512
cmd/vendor-install: fix some elses.
...
The logic in #16495 wasn't quite right.
2024-01-18 17:35:47 +00:00
Patrick Linnane
f515810ccd
Merge pull request #16496 from Homebrew/dependabot/bundler/Library/Homebrew/minitest-5.21.2
...
build(deps-dev): bump minitest from 5.21.1 to 5.21.2 in /Library/Homebrew
2024-01-18 09:13:30 -08:00
BrewTestBot
330ebd98e7
Update RBI files for minitest.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml ) workflow.
2024-01-18 17:01:16 +00:00
BrewTestBot
d08c58c11d
brew vendor-gems: commit updates.
2024-01-18 16:52:33 +00:00
dependabot[bot]
b2054e365b
build(deps-dev): bump minitest in /Library/Homebrew
...
Bumps [minitest](https://github.com/minitest/minitest ) from 5.21.1 to 5.21.2.
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc )
- [Commits](https://github.com/minitest/minitest/compare/v5.21.1...v5.21.2 )
---
updated-dependencies:
- dependency-name: minitest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-18 16:48:13 +00:00
Bo Anderson
ec0434c549
Tweak library load path insertion to be as early as possible
2024-01-18 14:54:14 +00:00
Mike McQuaid
d71d929aa0
Merge pull request #16495 from MikeMcQuaid/vendor_install_processor
...
cmd/vendor-install: undocumented option to allow setting processor.
2024-01-18 14:49:55 +00:00
Mike McQuaid
ebfa93c949
cmd/vendor-install: undocumented option to allow setting processor.
...
This can be useful when testing fetch on a different processor than the
one the user is running on.
While we're here, refactor code run on `source` to need a function call
instead.
2024-01-18 14:38:56 +00:00
Issy Long
0e27dc2564
Fix RuboCop Style/ArrayIntersect
offenses
2024-01-18 14:11:43 +00:00
Aaron Lichtman
3d443e2ed3
Fix crash on Ubuntu 23.10
...
This seems to resolve the issue raised at #5050
2024-01-18 14:06:01 +00:00
Issy Long
dae9b0cd53
very wip and bad comment handling
2024-01-18 12:53:23 +00:00
Patrick Linnane
e9587a5ecc
Merge pull request #16493 from Homebrew/sponsors-maintainers-man-completions
...
Update sponsors.
2024-01-17 19:43:35 -08:00
BrewTestBot
998a373e76
Update sponsors.
...
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow.
2024-01-18 00:05:59 +00:00
Mike McQuaid
939edb06e9
Merge pull request #16491 from Homebrew/dependabot/github_actions/actions/cache-4
...
build(deps): bump actions/cache from 3 to 4
2024-01-17 17:20:59 +00:00
Patrick Linnane
43c28b773c
Merge pull request #16492 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-1.60.1
...
build(deps-dev): bump rubocop from 1.60.0 to 1.60.1 in /Library/Homebrew
2024-01-17 08:46:35 -08:00
BrewTestBot
edc24225b8
Update RBI files for rubocop.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml ) workflow.
2024-01-17 16:34:19 +00:00
BrewTestBot
9a450fdfb0
brew vendor-gems: commit updates.
2024-01-17 16:27:44 +00:00
dependabot[bot]
85fa0aea29
build(deps-dev): bump rubocop from 1.60.0 to 1.60.1 in /Library/Homebrew
...
Bumps [rubocop](https://github.com/rubocop/rubocop ) from 1.60.0 to 1.60.1.
- [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.60.0...v1.60.1 )
---
updated-dependencies:
- dependency-name: rubocop
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-17 16:24:30 +00:00
dependabot[bot]
87b46a4865
build(deps): bump actions/cache from 3 to 4
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-17 16:23:59 +00:00
Sean Molenaar
34ff2946e7
Merge pull request #16417 from SMillerDev/chore/audit/add_eol_check
...
chore: add audit to check if an EOL is known
2024-01-17 14:10:47 +01:00
Sean Molenaar
119e3d55ec
chore: add audit to check if an EOL is known
2024-01-17 11:12:32 +01:00
Patrick Linnane
8c805d7fec
Merge pull request #16489 from Homebrew/dependabot/bundler/Library/Homebrew/concurrent-ruby-1.2.3
...
build(deps): bump concurrent-ruby from 1.2.2 to 1.2.3 in /Library/Homebrew
2024-01-16 10:58:26 -08:00
BrewTestBot
aea70ccb30
Update RBI files for concurrent-ruby.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml ) workflow.
2024-01-16 18:47:35 +00:00
BrewTestBot
d7781b1ae5
brew vendor-gems: commit updates.
2024-01-16 18:40:41 +00:00
dependabot[bot]
b536a0b5b3
build(deps): bump concurrent-ruby in /Library/Homebrew
...
Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby ) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases )
- [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.2.2...v1.2.3 )
---
updated-dependencies:
- dependency-name: concurrent-ruby
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-16 18:37:45 +00:00
Patrick Linnane
3ed42ac320
Merge pull request #16487 from Homebrew/dependabot/bundler/Library/Homebrew/tapioca-0.11.17
...
build(deps-dev): bump tapioca from 0.11.16 to 0.11.17 in /Library/Homebrew
2024-01-15 18:36:59 -08:00
BrewTestBot
6539aa754f
Update RBI files for tapioca.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml ) workflow.
2024-01-15 23:42:39 +00:00
BrewTestBot
4dc4e04848
brew vendor-gems: commit updates.
2024-01-15 23:38:59 +00:00
dependabot[bot]
e3ddbc7c04
build(deps-dev): bump tapioca in /Library/Homebrew
...
Bumps [tapioca](https://github.com/Shopify/tapioca ) from 0.11.16 to 0.11.17.
- [Release notes](https://github.com/Shopify/tapioca/releases )
- [Commits](https://github.com/Shopify/tapioca/compare/v0.11.16...v0.11.17 )
---
updated-dependencies:
- dependency-name: tapioca
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 23:36:09 +00:00
Mike McQuaid
533002ba11
Merge pull request #16486 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-1.60.0
...
build(deps-dev): bump rubocop from 1.59.0 to 1.60.0 in /Library/Homebrew
2024-01-15 19:27:01 +00:00
Mike McQuaid
553eab0d40
Merge pull request #16484 from Homebrew/dependabot/bundler/Library/Homebrew/parser-3.3.0.4
...
build(deps-dev): bump parser from 3.3.0.3 to 3.3.0.4 in /Library/Homebrew
2024-01-15 19:23:04 +00:00
Mike McQuaid
c20bb29994
Merge pull request #16485 from Homebrew/dependabot/bundler/Library/Homebrew/stackprof-0.2.26
...
build(deps-dev): bump stackprof from 0.2.25 to 0.2.26 in /Library/Homebrew
2024-01-15 19:16:48 +00:00
BrewTestBot
c316c8cfc3
Update RBI files for rubocop.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml ) workflow.
2024-01-15 19:16:01 +00:00
Issy Long
236850626c
Merge pull request #16483 from Homebrew/issyl0-patch-1
...
rubocop: The `sorbet/rbi/todo.rbi` file doesn't exist
2024-01-15 19:14:19 +00:00