Skip to content

build(deps): bump the sorbet group in /Library/Homebrew with 4 updates#19571

Merged
EricFromCanada merged 2 commits intomasterfrom
dependabot/bundler/Library/Homebrew/sorbet-0b5483616e
Mar 24, 2025
Merged

build(deps): bump the sorbet group in /Library/Homebrew with 4 updates#19571
EricFromCanada merged 2 commits intomasterfrom
dependabot/bundler/Library/Homebrew/sorbet-0b5483616e

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2025

Bumps the sorbet group in /Library/Homebrew with 4 updates: sorbet-static-and-runtime, sorbet-runtime, sorbet and sorbet-static.

Updates sorbet-static-and-runtime from 0.5.11948 to 0.5.11952

Release notes

Sourced from sorbet-static-and-runtime's releases.

sorbet 0.5.11949.20250320140340-a2db6639b

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11949', :group => :development
gem 'sorbet-runtime', '0.5.11949'

sorbet 0.5.11948.20250319133803-9ac6672b4

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11948', :group => :development
gem 'sorbet-runtime', '0.5.11948'
Commits

Updates sorbet-runtime from 0.5.11948 to 0.5.11952

Release notes

Sourced from sorbet-runtime's releases.

sorbet 0.5.11949.20250320140340-a2db6639b

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11949', :group => :development
gem 'sorbet-runtime', '0.5.11949'

sorbet 0.5.11948.20250319133803-9ac6672b4

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11948', :group => :development
gem 'sorbet-runtime', '0.5.11948'
Commits

Updates sorbet from 0.5.11948 to 0.5.11952

Release notes

Sourced from sorbet's releases.

sorbet 0.5.11949.20250320140340-a2db6639b

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11949', :group => :development
gem 'sorbet-runtime', '0.5.11949'

sorbet 0.5.11948.20250319133803-9ac6672b4

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11948', :group => :development
gem 'sorbet-runtime', '0.5.11948'
Commits

Updates sorbet-static from 0.5.11948 to 0.5.11952

Release notes

Sourced from sorbet-static's releases.

sorbet 0.5.11949.20250320140340-a2db6639b

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11949', :group => :development
gem 'sorbet-runtime', '0.5.11949'

sorbet 0.5.11948.20250319133803-9ac6672b4

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11948', :group => :development
gem 'sorbet-runtime', '0.5.11948'
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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.11948 to 0.5.11952
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Updates `sorbet-runtime` from 0.5.11948 to 0.5.11952
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Updates `sorbet` from 0.5.11948 to 0.5.11952
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Updates `sorbet-static` from 0.5.11948 to 0.5.11952
- [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-group: sorbet
- dependency-name: sorbet-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sorbet
- dependency-name: sorbet
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: sorbet
- dependency-name: sorbet-static
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: sorbet
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Bumping Gemfile dependencies ruby Pull requests that update Ruby code labels Mar 21, 2025
@EricFromCanada EricFromCanada added this pull request to the merge queue Mar 24, 2025
Merged via the queue into master with commit f104184 Mar 24, 2025
38 checks passed
@EricFromCanada EricFromCanada deleted the dependabot/bundler/Library/Homebrew/sorbet-0b5483616e branch March 24, 2025 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Bumping Gemfile dependencies ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants