Skip to content

Bump the minor-and-patch group with 7 updates - #2713

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/minor-and-patch-dcccda0a28
Open

Bump the minor-and-patch group with 7 updates#2713
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/minor-and-patch-dcccda0a28

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 7 updates:

Package From To
rubocop-sorbet 0.15.0 0.16.0
google-protobuf 4.36.0 4.36.1
sorbet-static 0.6.13454 0.6.13480
webmock 3.26.3 3.26.4
parallel 2.1.0 2.2.0
rubydex 0.4.0 0.4.1
sorbet-static-and-runtime 0.6.13454 0.6.13480

Updates rubocop-sorbet from 0.15.0 to 0.16.0

Release notes

Sourced from rubocop-sorbet's releases.

v0.16.0

What's Changed

🛠 Other Changes

Full Changelog: Shopify/rubocop-sorbet@v0.15.0...v0.16.0

Commits
  • a901233 Release v0.16.0
  • 045339d Merge pull request #416 from Shopify/rm-Lint/SelfAssignment
  • e3d8591 Enable AllowRBSInlineAnnotation for Lint/SelfAssignment by default
  • d0141f4 Merge pull request #410 from Shopify/rbs-nested-assertions
  • 70866cd Merge pull request #415 from Shopify/dependabot/github_actions/rubygems/relea...
  • 4bb9c90 Bump rubygems/release-gem from 1.4.0 to 1.4.1
  • 255b396 Autocorrect RBS assertions in arguments
  • See full diff in compare view

Updates google-protobuf from 4.36.0 to 4.36.1

Commits

Updates sorbet-static from 0.6.13454 to 0.6.13480

Release notes

Sourced from sorbet-static's releases.

sorbet 0.6.13479.20260903171452-acc70d659

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13478.20260903164634-fd2a20787

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13477.20260903152022-210c9a913

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13476.20260903151459-6c248f30f

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13475.20260903131317-b0d8000a6

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13474.20260903114246-2fcf1d7e6

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13473.20260902233827-0af591c08

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13472.20260902222748-080eb6d6f

... (truncated)

Commits

Updates webmock from 3.26.3 to 3.26.4

Release notes

Sourced from webmock's releases.

3.26.4

  • Fix race condition in HTTPClient adapter async requests by @​koic in #1131
Changelog

Sourced from webmock's changelog.

3.26.4

  • Fix race condition in HTTPClient adapter async requests by @​koic in #1131
Commits
  • 0fdbad0 Version 3.26.4
  • b187df8 Merge pull request #1131 from koic/fix_race_condition_in_httpclient_adapter_a...
  • f275724 Fix race condition in HTTPClient adapter async requests
  • See full diff in compare view

Updates parallel from 2.1.0 to 2.2.0

Changelog

Sourced from parallel's changelog.

2.2.0

Added

  • Redact HMAC secrets from inspect output

Fixed

  • filter_map rejects falsy valus
  • restore the outer worker number after direct execution
  • compare producer stop markers by identity
  • ractor stop and crash handling
  • ractor direct mode with 0 workers
  • avoid storing or transferring discarded each results
  • ractor item index works
  • validate worker counts
  • clean up partially created process workers
  • avoid storing or transferring discarded each results
Commits
  • 582ae13 v2.2.0
  • fd824df Merge pull request #390 from OskarEichler/codex/security-redact-hmac-secret
  • 1b1bd98 Merge pull request #392 from grosser/grosser/read
  • c4eeeec pin permissions to read
  • 574da0f Redact HMAC secrets from inspect output
  • c032f43 Merge pull request #385 from OskarEichler/codex/validate-worker-counts
  • 0720b14 Merge pull request #389 from grosser/OskarEichler-codex/cleanup-ractors-on-pa...
  • b7c01eb tests
  • 6f51a55 cleanup
  • 2622bee Stop Ractors after parent-side failures
  • Additional commits viewable in compare view

Updates rubydex from 0.4.0 to 0.4.1

Release notes

Sourced from rubydex's releases.

v0.4.1

What's Changed

✨ Enhancements

🐛 Bug Fixes

🛠 Other Changes

New Contributors

Full Changelog: Shopify/rubydex@v0.4.0...v0.4.1

Commits
  • 43926a2 Merge pull request #1035 from Shopify/vs_make_generate_rules_a_prereq
  • 9a31435 Make generate rules a pre-requisite of compile
  • 0033135 Bump version to v0.4.1
  • 6513526 Merge pull request #1034 from Shopify/vs_remove_test_case_from_rbi
  • 3ac6458 Remove optional test case file from exported RBI
  • 279ea5a Merge pull request #1022 from Shopify/vs_auto_generate_built_in_rules
  • 60ab332 Update agents with section about rules and diagnostics
  • 12af671 Add CI check for stale generated rules
  • a677e94 Add auto-generate built-in rule classes
  • 6c02697 Allow explaining built-in rules
  • Additional commits viewable in compare view

Updates sorbet-static-and-runtime from 0.6.13454 to 0.6.13480

Release notes

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

sorbet 0.6.13479.20260903171452-acc70d659

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13478.20260903164634-fd2a20787

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13477.20260903152022-210c9a913

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13476.20260903151459-6c248f30f

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13475.20260903131317-b0d8000a6

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13474.20260903114246-2fcf1d7e6

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13473.20260902233827-0af591c08

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13472.20260902222748-080eb6d6f

... (truncated)

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 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 minor-and-patch group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet) | `0.15.0` | `0.16.0` |
| [google-protobuf](https://github.com/protocolbuffers/protobuf) | `4.36.0` | `4.36.1` |
| [sorbet-static](https://github.com/sorbet/sorbet) | `0.6.13454` | `0.6.13480` |
| [webmock](https://github.com/bblimke/webmock) | `3.26.3` | `3.26.4` |
| [parallel](https://github.com/grosser/parallel) | `2.1.0` | `2.2.0` |
| [rubydex](https://github.com/Shopify/rubydex) | `0.4.0` | `0.4.1` |
| [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) | `0.6.13454` | `0.6.13480` |


Updates `rubocop-sorbet` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/shopify/rubocop-sorbet/releases)
- [Commits](Shopify/rubocop-sorbet@v0.15.0...v0.16.0)

Updates `google-protobuf` from 4.36.0 to 4.36.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

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

Updates `webmock` from 3.26.3 to 3.26.4
- [Release notes](https://github.com/bblimke/webmock/releases)
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](bblimke/webmock@v3.26.3...v3.26.4)

Updates `parallel` from 2.1.0 to 2.2.0
- [Changelog](https://github.com/grosser/parallel/blob/master/CHANGELOG.md)
- [Commits](grosser/parallel@v2.1.0...v2.2.0)

Updates `rubydex` from 0.4.0 to 0.4.1
- [Release notes](https://github.com/Shopify/rubydex/releases)
- [Commits](Shopify/rubydex@v0.4.0...v0.4.1)

Updates `sorbet-static-and-runtime` from 0.6.13454 to 0.6.13480
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: rubocop-sorbet
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: google-protobuf
  dependency-version: 4.36.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: sorbet-static
  dependency-version: 0.6.13480
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: webmock
  dependency-version: 3.26.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: parallel
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: rubydex
  dependency-version: 0.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: sorbet-static-and-runtime
  dependency-version: 0.6.13480
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Sep 7, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 7, 2026 21:45
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Sep 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants