Skip to content

build(deps): bump the bundler group across 1 directory with 9 updates#21564

Merged
MikeMcQuaid merged 5 commits intomainfrom
dependabot/bundler/Library/Homebrew/bundler-311be3d40a
Feb 14, 2026
Merged

build(deps): bump the bundler group across 1 directory with 9 updates#21564
MikeMcQuaid merged 5 commits intomainfrom
dependabot/bundler/Library/Homebrew/bundler-311be3d40a

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2026

Bumps the bundler group with 6 updates in the /Library/Homebrew directory:

Package From To
rubocop 1.84.0 1.84.1
rubocop-sorbet 0.11.0 0.12.0
test-prof 1.5.1 1.5.2
parallel_tests 5.5.0 5.6.0
sorbet-static-and-runtime 0.6.12908 0.6.12925
ruby-macho 4.1.0 5.0.0

Updates rubocop from 1.84.0 to 1.84.1

Release notes

Sourced from rubocop's releases.

RuboCop v1.84.1

Bug fixes

  • #14803: Fix an error for Layout/IndentationWidth cop. (@​viralpraxis)
  • #14806: Fix an error in Style/NegativeArrayIndex when using self as array with implicit self receiver. (@​koic)
  • #14813: Fix opt-in cop comments taking precedence over configuration file exclude patterns. (@​afrase)
  • #14819: Fix incorrect autocorrect for Style/GuardClause when using heredoc as an argument of method call in raise in else branch. (@​koic)
  • #14805: Bring back the original indentation from before version 1.84.0. (@​Magikdidi24)
  • #12754: Fix an infinite loop for Style/IfUnlessModifier when multiple if/unless statements share the same line in arrays, method arguments, or hash values. (@​ydakuka)
  • #14817: Fix an infinite loop between Layout/FirstArgumentIndentation and Layout/LineLength when correcting method chains. (@​ydakuka)
  • #11513: Fix Layout/MultilineMethodCallIndentation to properly handle method chains inside hash pair values. (@​ydakuka)
  • #14814: Fix push/pop directives to properly handle nested scopes and state restoration. (@​Magikdidi24)

Changes

  • #14823: Add the built-in infinite? method to the allowlists for Naming/PredicateMethod, Style/IfWithBooleanLiteralBranches, and Style/RedundantCondition, in addition to the existing nonzero?. (@​koic)
  • #14735: Remove deprecated InjectDefaults handling. (@​afurm)
Changelog

Sourced from rubocop's changelog.

1.84.1 (2026-02-02)

Bug fixes

  • #14803: Fix an error for Layout/IndentationWidth cop. ([@​viralpraxis][])
  • #14806: Fix an error in Style/NegativeArrayIndex when using self as array with implicit self receiver. ([@​koic][])
  • #14813: Fix opt-in cop comments taking precedence over configuration file exclude patterns. ([@​afrase][])
  • #14819: Fix incorrect autocorrect for Style/GuardClause when using heredoc as an argument of method call in raise in else branch. ([@​koic][])
  • #14805: Bring back the original indentation from before version 1.84.0. ([@​Magikdidi24][])
  • #12754: Fix an infinite loop for Style/IfUnlessModifier when multiple if/unless statements share the same line in arrays, method arguments, or hash values. ([@​ydakuka][])
  • #14817: Fix an infinite loop between Layout/FirstArgumentIndentation and Layout/LineLength when correcting method chains. ([@​ydakuka][])
  • #11513: Fix Layout/MultilineMethodCallIndentation to properly handle method chains inside hash pair values. ([@​ydakuka][])
  • #14814: Fix push/pop directives to properly handle nested scopes and state restoration. ([@​Magikdidi24][])

Changes

  • #14823: Add the built-in infinite? method to the allowlists for Naming/PredicateMethod, Style/IfWithBooleanLiteralBranches, and Style/RedundantCondition, in addition to the existing nonzero?. ([@​koic][])
  • #14735: Remove deprecated InjectDefaults handling. ([@​afurm][])
Commits
  • 5a774b3 Cut 1.84.1
  • 88d04ca Update Changelog
  • c4f9c22 Disallow directory paths in inject_defaults!
  • 7e43e4e Fix LSP disable comment edits for multiline literals (#14758)
  • 15f751d [Fix rubocop#11513] Fix Layout/MultilineMethodCallIndentation to properly h...
  • 29f5607 [Fix rubocop#12754] Fix an infinite loop for Style/IfUnlessModifier when mu...
  • 4ae10a7 [Fix rubocop#14817] Fix an infinite loop between `Layout/FirstArgumentIndenta...
  • aa6821c Merge pull request #14813 from afrase/fix-exclude-pattern-precedence
  • 558161c Allowlist infinite? for some cops
  • 3435c95 Changed cop exclusion precedence to favor configuration
  • Additional commits viewable in compare view

Updates rubocop-sorbet from 0.11.0 to 0.12.0

Release notes

Sourced from rubocop-sorbet's releases.

v0.12.0

What's Changed

🛠 Other Changes

New Contributors

Full Changelog: Shopify/rubocop-sorbet@v0.11.0...v0.12.0

Commits
  • d41d1fe Prepare for 0.12.0
  • b67f892 Merge pull request #366 from Shopify/rm-fix-rubocop-1-82
  • 6d3a46f Fix ObsoleteStrictMemoization crash when Layout/LineLength is disabled
  • 5b52028 Use nix for development setup
  • 824251a Merge pull request #365 from Shopify/fix-forbid-t-struct-nil-max-line-length
  • 77b81e4 Fix ForbidTStruct crash when Layout/LineLength is disabled
  • 371fc96 Merge pull request #363 from Shopify/dependabot/github_actions/actions/checko...
  • ce5b221 Bump actions/checkout from 6.0.1 to 6.0.2
  • f5690a8 Merge pull request #361 from Shopify/dependabot/github_actions/dependabot/fet...
  • bf567fd Bump dependabot/fetch-metadata from 2.4.0 to 2.5.0
  • Additional commits viewable in compare view

Updates test-prof from 1.5.1 to 1.5.2

Changelog

Sourced from test-prof's changelog.

1.5.2 (2026-02-03)

  • Avoid using Gem.loaded_specs methods in RuboCop plugin version check. ([@​Rylan12][])
Commits
  • 46eec36 Bump 1.5.2
  • 9295bcd Avoid using Gem.loaded_specs in RuboCop plugin version check
  • d45f62e Add MRI 4.0 to CI matrix
  • cc15088 Make RuboCop::TestProf autoload unconditional
  • See full diff in compare view

Updates parallel_tests from 5.5.0 to 5.6.0

Changelog

Sourced from parallel_tests's changelog.

5.6.0 - 2026-02-05

Fixed

  • Fixed grammar in duration message to use singular "second" when appropriate (e.g., "Took 1 second" instead of "Took 1 seconds")
  • Return correct exit status when process was terminated
Commits

Updates sorbet-static-and-runtime from 0.6.12908 to 0.6.12925

Release notes

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

sorbet 0.6.12924.20260205145916-65a616686

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12923.20260205142332-788604aa4

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12922.20260205162659-c8763ae0a

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12921.20260205132125-f1f3bc824

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12920.20260205131941-e7b4210f3

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12919.20260205131842-cf813f34f

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12917.20260205110915-fd48d7e94

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12916.20260205100509-5d5a6ccfc

... (truncated)

Commits

Updates ruby-macho from 4.1.0 to 5.0.0

Release notes

Sourced from ruby-macho's releases.

v5.0.0

What's Changed

New Contributors

Full Changelog: Homebrew/ruby-macho@v4.1.0...v5.0.0

Commits

Updates sorbet-runtime from 0.6.12908 to 0.6.12925

Release notes

Sourced from sorbet-runtime's releases.

sorbet 0.6.12924.20260205145916-65a616686

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12923.20260205142332-788604aa4

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12922.20260205162659-c8763ae0a

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12921.20260205132125-f1f3bc824

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12920.20260205131941-e7b4210f3

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12919.20260205131842-cf813f34f

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12917.20260205110915-fd48d7e94

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12916.20260205100509-5d5a6ccfc

... (truncated)

Commits

Updates sorbet from 0.6.12908 to 0.6.12925

Release notes

Sourced from sorbet's releases.

sorbet 0.6.12924.20260205145916-65a616686

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12923.20260205142332-788604aa4

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12922.20260205162659-c8763ae0a

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12921.20260205132125-f1f3bc824

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12920.20260205131941-e7b4210f3

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12919.20260205131842-cf813f34f

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12917.20260205110915-fd48d7e94

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12916.20260205100509-5d5a6ccfc

... (truncated)

Commits

Updates sorbet-static from 0.6.12908 to 0.6.12925

Release notes

Sourced from sorbet-static's releases.

sorbet 0.6.12924.20260205145916-65a616686

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12923.20260205142332-788604aa4

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12922.20260205162659-c8763ae0a

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12921.20260205132125-f1f3bc824

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12920.20260205131941-e7b4210f3

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12919.20260205131842-cf813f34f

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12917.20260205110915-fd48d7e94

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12916.20260205100509-5d5a6ccfc

... (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

@dependabot dependabot bot added dependencies Bumping Gemfile dependencies ruby Pull requests that update Ruby code labels Feb 13, 2026
@p-linnane
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/bundler/Library/Homebrew/bundler-311be3d40a branch from 38ec5d8 to a353b2d Compare February 13, 2026 20:17
@p-linnane
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/bundler/Library/Homebrew/bundler-311be3d40a branch from 9752cd4 to 0b2be58 Compare February 13, 2026 20:35
@p-linnane p-linnane force-pushed the dependabot/bundler/Library/Homebrew/bundler-311be3d40a branch from 2e27214 to 6948f55 Compare February 13, 2026 22:35
dependabot bot and others added 5 commits February 13, 2026 19:23
Bumps the bundler group with 6 updates in the /Library/Homebrew directory:

| Package | From | To |
| --- | --- | --- |
| [rubocop](https://github.com/rubocop/rubocop) | `1.84.0` | `1.84.1` |
| [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet) | `0.11.0` | `0.12.0` |
| [test-prof](https://github.com/test-prof/test-prof) | `1.5.1` | `1.5.2` |
| [parallel_tests](https://github.com/grosser/parallel_tests) | `5.5.0` | `5.6.0` |
| [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) | `0.6.12908` | `0.6.12925` |
| [ruby-macho](https://github.com/Homebrew/ruby-macho) | `4.1.0` | `5.0.0` |



Updates `rubocop` from 1.84.0 to 1.84.1
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.84.0...v1.84.1)

Updates `rubocop-sorbet` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/shopify/rubocop-sorbet/releases)
- [Commits](Shopify/rubocop-sorbet@v0.11.0...v0.12.0)

Updates `test-prof` from 1.5.1 to 1.5.2
- [Release notes](https://github.com/test-prof/test-prof/releases)
- [Changelog](https://github.com/test-prof/test-prof/blob/master/CHANGELOG.md)
- [Commits](test-prof/test-prof@v1.5.1...v1.5.2)

Updates `parallel_tests` from 5.5.0 to 5.6.0
- [Changelog](https://github.com/grosser/parallel_tests/blob/master/CHANGELOG.md)
- [Commits](grosser/parallel_tests@v5.5.0...v5.6.0)

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

Updates `ruby-macho` from 4.1.0 to 5.0.0
- [Release notes](https://github.com/Homebrew/ruby-macho/releases)
- [Commits](Homebrew/ruby-macho@v4.1.0...v5.0.0)

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

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

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

---
updated-dependencies:
- dependency-name: rubocop
  dependency-version: 1.84.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: rubocop-sorbet
  dependency-version: 0.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: test-prof
  dependency-version: 1.5.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: parallel_tests
  dependency-version: 5.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: sorbet-static-and-runtime
  dependency-version: 0.6.12925
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: ruby-macho
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: bundler
- dependency-name: sorbet-runtime
  dependency-version: 0.6.12925
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: sorbet
  dependency-version: 0.6.12925
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: sorbet-static
  dependency-version: 0.6.12925
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <support@github.com>
@p-linnane p-linnane force-pushed the dependabot/bundler/Library/Homebrew/bundler-311be3d40a branch from 190b1b4 to 612af6d Compare February 14, 2026 03:23
@MikeMcQuaid MikeMcQuaid added this pull request to the merge queue Feb 14, 2026
Merged via the queue into main with commit 807be07 Feb 14, 2026
55 of 57 checks passed
@MikeMcQuaid MikeMcQuaid deleted the dependabot/bundler/Library/Homebrew/bundler-311be3d40a branch February 14, 2026 04:34
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.

3 participants