Skip to content

Bump the minor-and-patch group with 4 updates#984

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/bundler/minor-and-patch-0b4f219e7e
Jul 20, 2026
Merged

Bump the minor-and-patch group with 4 updates#984
github-actions[bot] merged 1 commit into
mainfrom
dependabot/bundler/minor-and-patch-0b4f219e7e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 4 updates: rubocop-sorbet, rubocop-minitest, rbi and sorbet-static-and-runtime.

Updates rubocop-sorbet from 0.13.1 to 0.13.2

Release notes

Sourced from rubocop-sorbet's releases.

v0.13.2

What's Changed

🛠 Other Changes

Full Changelog: Shopify/rubocop-sorbet@v0.13.1...v0.13.2

Commits
  • ed5feb5 Release v0.13.2
  • bdf44ef Merge pull request #386 from Shopify/rmf-rbs-attr
  • 041e4e3 Change test to be more realistic
  • 512502f Keep signature of the initialize method returning void
  • c5e0d71 Fix Sorbet/EnforceSignatures to generate correct RBS signature comments for a...
  • See full diff in compare view

Updates rubocop-minitest from 0.39.1 to 0.40.0

Release notes

Sourced from rubocop-minitest's releases.

RuboCop Minitest v0.40.0

New features

  • #355: Add new RuboCop::TestCase as a stable API for testing custom cops with Minitest. The cop under test is derived from the test class name and can be configured with cop_class, cop_config, other_cops, and target_ruby_version. (@​koic)

Changes

  • #345: Fix false positives and negatives in Minitest/NonExecutableTestMethod for nested test classes and for test methods defined before the test class. (@​amckinnie)
  • #278: (Breaking) Remove the cop argument from inspect_source and investigate in the Minitest test support; the cop under test is now resolved automatically. The test configuration now merges the default configuration for the cop under test and sets AllCops: TargetRubyVersion explicitly. (@​koic)
Changelog

Sourced from rubocop-minitest's changelog.

0.40.0 (2026-07-20)

New features

  • #355: Add new RuboCop::TestCase as a stable API for testing custom cops with Minitest. The cop under test is derived from the test class name and can be configured with cop_class, cop_config, other_cops, and target_ruby_version. ([@​koic][])

Changes

  • #345: Fix false positives and negatives in Minitest/NonExecutableTestMethod for nested test classes and for test methods defined before the test class. ([@​amckinnie][])
  • #278: (Breaking) Remove the cop argument from inspect_source and investigate in the Minitest test support; the cop under test is now resolved automatically. The test configuration now merges the default configuration for the cop under test and sets AllCops: TargetRubyVersion explicitly. ([@​koic][])
Commits
  • ee2ffba Cut 0.40.0
  • a647bd0 Update Changelog
  • 8d55114 Merge pull request #359 from koic/fix_multiple_assertions_todo_test_state_leak
  • a7e210d Merge pull request #358 from koic/fix_uninitialized_instance_variable_warnings
  • 113548b Fix Minitest/MultipleAssertions todo test on the oldest supported RuboCop
  • 651e6b1 Suppress uninitialized instance variable warnings in the test support
  • eeff9aa Merge pull request #355 from koic/add_rubocop_test_case_stable_api
  • ef1fc28 Add RuboCop::TestCase as a stable API for testing custom cops
  • ef90ead Merge pull request #354 from koic/fix_jruby_ci_failure_caused_by_rbs_native_e...
  • 8027065 Fix JRuby CI failure caused by rbs native extension build
  • Additional commits viewable in compare view

Updates rbi from 0.3.16 to 0.4.0

Release notes

Sourced from rbi's releases.

v0.4.0

What's Changed

🛠 Other Changes

Full Changelog: Shopify/rbi@v0.3.16...v0.4.0

Commits
  • f4bb4f7 Bump version to v0.4.0
  • bf4906e Merge pull request #624 from Shopify/at-fix-anonymous-params
  • 290fc6f Update exported RBI
  • 0f3a421 Handle anonymous parameters in MethodTypeTranslator
  • 5d70cd0 Rework merging of anonymous parameters
  • 7e2a251 Better modeling of anonymous params
  • c671f81 Merge pull request #627 from Shopify/readme-cleanup
  • 2824b18 Clean up README
  • See full diff in compare view

Updates sorbet-static-and-runtime from 0.6.13341 to 0.6.13344

Release notes

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

sorbet 0.6.13342.20260716135343-aafce23c1

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13341.20260710165056-bcf50834e

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.6.13341', :group => :development
gem 'sorbet-runtime', '0.6.13341'
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 4 updates: [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet), [rubocop-minitest](https://github.com/rubocop/rubocop-minitest), [rbi](https://github.com/Shopify/rbi) and [sorbet-static-and-runtime](https://github.com/sorbet/sorbet).


Updates `rubocop-sorbet` from 0.13.1 to 0.13.2
- [Release notes](https://github.com/shopify/rubocop-sorbet/releases)
- [Commits](Shopify/rubocop-sorbet@v0.13.1...v0.13.2)

Updates `rubocop-minitest` from 0.39.1 to 0.40.0
- [Release notes](https://github.com/rubocop/rubocop-minitest/releases)
- [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-minitest@v0.39.1...v0.40.0)

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

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

---
updated-dependencies:
- dependency-name: rubocop-sorbet
  dependency-version: 0.13.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: rubocop-minitest
  dependency-version: 0.40.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: rbi
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: sorbet-static-and-runtime
  dependency-version: 0.6.13344
  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 the dependencies Pull requests that update a dependency file label Jul 20, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 20, 2026 21:53
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 20, 2026
@github-actions
github-actions Bot enabled auto-merge July 20, 2026 21:53
@github-actions
github-actions Bot merged commit d1bf965 into main Jul 20, 2026
9 checks passed
@github-actions
github-actions Bot deleted the dependabot/bundler/minor-and-patch-0b4f219e7e branch July 20, 2026 22:03
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants