Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 8, 2025

Bumps the dev-dependencies group with 3 updates in the / directory: sorbet-static, tapioca and minitest.

Updates sorbet-static from 0.6.12627 to 0.6.12630

Release notes

Sourced from sorbet-static's releases.

sorbet 0.6.12629.20251007115822-694b2a45c

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12628.20251007105314-3a3367f6a

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12627.20251003165043-6f7c5f726

To use Sorbet add this line to your Gemfile:

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

Updates tapioca from 0.16.11 to 0.17.7

Release notes

Sourced from tapioca's releases.

v0.17.7

What's Changed

🐛 Bug Fixes

New Contributors

Full Changelog: Shopify/tapioca@v0.17.6...v0.17.7

v0.17.6

What's Changed

✨ Enhancements

🐛 Bug Fixes

New Contributors

Full Changelog: Shopify/tapioca@v0.17.5...v0.17.6

v0.17.5

What's Changed

🐛 Bug Fixes

New Contributors

Full Changelog: Shopify/tapioca@v0.17.4...v0.17.5

v0.17.4

What's Changed

✨ Enhancements

... (truncated)

Commits
  • e7a2f96 Bump version to v0.17.7
  • 4cd81c7 Merge pull request #2352 from Shopify/07-15-relax_ruby_lsp_constraint_to_acce...
  • ce23b1f Relax Ruby LSP constraint to accept v0.26
  • 99fbc02 Merge pull request #2350 from Shopify/07-09-ensure_dsl_compiler_extends_t_gen...
  • 578b05f Merge pull request #2347 from ebarajas/main
  • 1e8e74f Ensure Dsl::Compiler extends T::Generic in server add-on
  • 7098b68 use Kernel.caller_locations in Runtime::Trackers::MethodDefinition
  • 177c4ad Merge pull request #2322 from drewhoffer/main
  • 471d1ee Merge pull request #2345 from Shopify/dependabot/bundler/minor-and-patch-c294...
  • edbdacc Update gem RBIs
  • Additional commits viewable in compare view

Updates minitest from 5.25.5 to 5.26.0

Changelog

Sourced from minitest's changelog.

=== 5.26.0 / 2025-10-07

The Seattle.rb Nerd Party, Slightly Tipsy Edition!

  • 2 minor enhancements:

    • Added extra documentation to Minitest::TestTask options.
    • Make parallelize_me! a no-op when n_threads=1.
  • 9 bug fixes:

    • Bypass parallel_executor entirely when n_threads=1.
    • Don't require rubygems in Rakefile... it is 2025.
    • Ensure that minitest exits non-zero on Interrupt. (tavianator)
    • Fix Minitest.run sequence rdoc to include loop vars and read consistently.
    • Fix call to parallel_executor.shutdown when it isn't defined.
    • Removed some 1.8/1.9-based code from the assertions and expectations.
    • Still fighting with rdoc? Yup. Still fighting with rdoc...
    • Switched assert_equal's diff from Tempfile.open to Tempfile.create.
    • Use Regexp.escape for BASE_RE in case pwd has special chars. (astra_1993)
Commits
  • f78aa72 prepped for release
  • 5faf12f - Use Regexp.escape for BASE_RE in case pwd has special chars. (astra_1993)
  • 839c5f0 - Bypass parallel_executor entirely when n_threads=1.
  • 7c90742 - Switched assert_equal's diff from Tempfile.open to Tempfile.create.
  • b3dcd38 clarify an assert_equal + newline + backslash n test output to be more readable
  • 14c87ef Improve let tests to no longer be order dependent.
  • 6c995cf - Ensure that minitest exits non-zero on Interrupt. (tavianator)
  • 42ce806 - Removed some 1.8/1.9-based code from the assertions and expectations.
  • a17393e - Still fighting with rdoc? Yup. Still fighting with rdoc...
  • 68b3d0c - Don't require rubygems in Rakefile... it is 2025.
  • Additional commits viewable in compare view

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 dev-dependencies group with 3 updates in the / directory: [sorbet-static](https://github.com/sorbet/sorbet), [tapioca](https://github.com/Shopify/tapioca) and [minitest](https://github.com/minitest/minitest).


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

Updates `tapioca` from 0.16.11 to 0.17.7
- [Release notes](https://github.com/Shopify/tapioca/releases)
- [Commits](Shopify/tapioca@v0.16.11...v0.17.7)

Updates `minitest` from 5.25.5 to 5.26.0
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.25.5...v5.26.0)

---
updated-dependencies:
- dependency-name: sorbet-static
  dependency-version: 0.6.12630
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: tapioca
  dependency-version: 0.17.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: minitest
  dependency-version: 5.26.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Oct 8, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 8, 2025 13:20
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Oct 8, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 13, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 13, 2025
@dependabot dependabot bot deleted the dependabot/bundler/dev-dependencies-908fc7f390 branch October 13, 2025 11:02
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