Skip to content

Bump the minor-and-patch group with 2 updates#927

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 26, 2026

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

Updates rubocop-minitest from 0.38.1 to 0.39.1

Release notes

Sourced from rubocop-minitest's releases.

RuboCop Minitest v0.39.1

Bug fixes

  • #347: Fix false positives in Minitest/AssertIncludes and Minitest/RefuteIncludes cops. (@​koic)

RuboCop Minitest v0.39.0

Changes

  • #344: Disable Minitest/AssertEmptyLiteral by default. (@​koic)
  • #315: Make Minitest/AssertIncludes and Minitest/RefuteIncludes aware of key?, has_key?, and member? alias methods. (@​koic)

RuboCop Minitest v0.38.2

Bug fixes

  • #321: Fix false positives for Minitest/MultipleAssertions when the assertion has a receiver. (@​earlopain)
Changelog

Sourced from rubocop-minitest's changelog.

0.39.1 (2026-02-24)

Bug fixes

  • #347: Fix false positives in Minitest/AssertIncludes and Minitest/RefuteIncludes cops for key? and has_key? used with assert or refute. ([@​koic][])

0.39.0 (2026-02-24)

Changes

  • #344: Disable Minitest/AssertEmptyLiteral by default. ([@​koic][])
  • #315: Make Minitest/AssertIncludes and Minitest/RefuteIncludes aware of key?, has_key?, and member? alias methods. ([@​koic][])

0.38.2 (2025-08-30)

Bug fixes

  • #321: Fix false positives for Minitest/MultipleAssertions when the assertion has a receiver. ([@​earlopain][])
Commits
  • 17b5474 Cut 0.39.1
  • d7a0f1e Update Changelog
  • 93a5474 Merge pull request #347 from koic/fix_false_positive_for_assert_includes_and_...
  • b8d8789 Fix false positives in Minitest/AssertIncludes and `Minitest/RefuteIncludes...
  • 9b577b6 Switch back docs version to master
  • 0f1a4f6 Cut 0.39.0
  • 1c01cf9 Update Changelog
  • bf38672 Merge pull request #346 from koic/disable_minitest_assert_empty_literal_by_de...
  • 7793f07 [Fix #344] Disable Minitest/AssertEmptyLiteral by default
  • c8f3fc5 Suppress RuboCop offenses
  • Additional commits viewable in compare view

Updates sorbet-static-and-runtime from 0.6.13226 to 0.6.13249

Release notes

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

sorbet 0.6.13248.20260522145033-4cc7008a8

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13247.20260522173800-0faec1f8f

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13246.20260522131428-576e7cf45

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13245.20260522112225-c76ad9d60

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13244.20260521150422-7fc6ddf0e

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13243.20260521143541-5a212047b

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13242.20260521101614-b711ae2f4

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13241.20260521120744-3fd3a343f

... (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 2 updates: [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) and [sorbet-static-and-runtime](https://github.com/sorbet/sorbet).


Updates `rubocop-minitest` from 0.38.1 to 0.39.1
- [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.38.1...v0.39.1)

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

---
updated-dependencies:
- dependency-name: rubocop-minitest
  dependency-version: 0.39.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: sorbet-static-and-runtime
  dependency-version: 0.6.13249
  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 May 26, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 26, 2026 03:21
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 26, 2026
@github-actions github-actions Bot enabled auto-merge May 26, 2026 03:21
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