Skip to content

build(deps): bump the bundler group across 1 directory with 4 updates#954

Merged
ZhongRuoyu merged 1 commit intomainfrom
dependabot/bundler/bundler-cf9f32266a
Mar 13, 2026
Merged

build(deps): bump the bundler group across 1 directory with 4 updates#954
ZhongRuoyu merged 1 commit intomainfrom
dependabot/bundler/bundler-cf9f32266a

Conversation

@dependabot
Copy link
Contributor

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

Bumps the bundler group with 1 update in the / directory: rubocop.

Updates rubocop from 1.85.0 to 1.85.1

Release notes

Sourced from rubocop's releases.

RuboCop v1.85.1

Bug fixes

  • #14958: Fix false positives in Style/FileOpen when File.open is passed as an argument or returned from a method. (@​sferik)
  • #14973: Fix Style/ReduceToHash false positive when accumulator is read in key/value. (@​sferik)
  • #14964: Fix false positives in Style/RedundantParentheses when parenthesizing a range in a block body. (@​koic)

Changes

Changelog

Sourced from rubocop's changelog.

1.85.1 (2026-03-03)

Bug fixes

  • #14958: Fix false positives in Style/FileOpen when File.open is passed as an argument or returned from a method. ([@​sferik][])
  • #14973: Fix Style/ReduceToHash false positive when accumulator is read in key/value. ([@​sferik][])
  • #14964: Fix false positives in Style/RedundantParentheses when parenthesizing a range in a block body. ([@​koic][])

Changes

Commits
  • fd07672 Cut 1.85.1
  • 5c41f90 Update Changelog
  • 5e8e492 Merge pull request #14975 from sferik/fix_14973
  • 90f3780 Fix Style/ReduceToHash false positive when accumulator is read in key/value
  • 90c7959 Merge pull request #14972 from lovro-bikic/relevant-options-digest-cache
  • 3c20e8d Cache relevant options digest
  • e305f79 Merge pull request #14969 from lovro-bikic/autoload-formatter-constants
  • 3f0a304 Autoload formatters; they're required only when actually used
  • eb973f4 Merge pull request #14966 from koic/fix_false_positives_in_style_redundant_pa...
  • 3338a40 [Fix #14964] Fix false positives in Style/RedundantParentheses
  • Additional commits viewable in compare view

Updates json from 2.19.0 to 2.19.1

Release notes

Sourced from json's releases.

v2.19.1

What's Changed

  • Fix a compiler dependent GC bug introduced in 2.18.0.

Full Changelog: ruby/json@v2.19.0...v2.19.1

Changelog

Sourced from json's changelog.

2026-03-08 (2.19.1)

  • Fix a compiler dependent GC bug introduced in 2.18.0.
Commits

Updates json-schema from 6.1.0 to 6.2.0

Release notes

Sourced from json-schema's releases.

v6.2.0

What's Changed

New Features 🎉

New Contributors

Full Changelog: voxpupuli/json-schema@v6.1.0...v6.2.0

Changelog

Sourced from json-schema's changelog.

v6.2.0 (2026-03-06)

Full Changelog

Implemented enhancements:

Commits
  • 67b1e22 Merge pull request #571 from bastelfreak/rel620
  • cdcb286 Release 6.2.0
  • af8a881 Merge pull request #566 from jordan-brough/jordan/allow-disabling-multi-json
  • cf8cacb add a deprecation warning when multi_json is used
  • fd55720 in dev, allow verion of multi_json compatible with Ruby 2.7
  • 55b20e5 rubocop tweaks
  • 768f86e Allow disabling MultiJSON even when it is installed
  • 38c7534 Merge pull request #570 from voxpupuli/dependabot/github_actions/actions/down...
  • 1b80e50 Merge pull request #569 from voxpupuli/dependabot/github_actions/actions/uplo...
  • e584df6 Bump actions/download-artifact from 7 to 8
  • Additional commits viewable in compare view

Updates rubocop-ast from 1.49.0 to 1.49.1

Changelog

Sourced from rubocop-ast's changelog.

1.49.1 (2026-03-11)

Bug fixes

  • #399: Fix unification variables not persisting in any-order nodes. ([@​marcandre][])
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 bundler group with 1 update in the / directory: [rubocop](https://github.com/rubocop/rubocop).


Updates `rubocop` from 1.85.0 to 1.85.1
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.85.0...v1.85.1)

Updates `json` from 2.19.0 to 2.19.1
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](ruby/json@v2.19.0...v2.19.1)

Updates `json-schema` from 6.1.0 to 6.2.0
- [Release notes](https://github.com/voxpupuli/json-schema/releases)
- [Changelog](https://github.com/voxpupuli/json-schema/blob/master/CHANGELOG.md)
- [Commits](voxpupuli/json-schema@v6.1.0...v6.2.0)

Updates `rubocop-ast` from 1.49.0 to 1.49.1
- [Release notes](https://github.com/rubocop/rubocop-ast/releases)
- [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-ast@v1.49.0...v1.49.1)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-version: 1.85.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: json
  dependency-version: 2.19.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: json-schema
  dependency-version: 6.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: rubocop-ast
  dependency-version: 1.49.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies ruby Pull requests that update Ruby code labels Mar 13, 2026
@ZhongRuoyu ZhongRuoyu merged commit ca73954 into main Mar 13, 2026
13 checks passed
@ZhongRuoyu ZhongRuoyu deleted the dependabot/bundler/bundler-cf9f32266a branch March 13, 2026 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant