Skip to content

猬嗭笍 Bump multi_json from 1.21.0 to 1.21.1 - #4438

Merged
pglombardo merged 1 commit into
masterfrom
dependabot/bundler/multi_json-1.21.1
May 5, 2026
Merged

猬嗭笍 Bump multi_json from 1.21.0 to 1.21.1#4438
pglombardo merged 1 commit into
masterfrom
dependabot/bundler/multi_json-1.21.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps multi_json from 1.21.0 to 1.21.1.

Release notes

Sourced from multi_json's releases.

v1.21.1

Full Changelog: sferik/multi_json@v1.21.0...v1.21.1

Changelog

Sourced from multi_json's changelog.

[1.21.1]

Fixed

  • Fix MultiJson.method(:load) resolving to Kernel#load instead of the legacy-constant forwarder (#66). The 1.21.0 shim forwarded calls via method_missing, but Module#method doesn't consult method_missing, so libraries that capture decoders as Method objects (Sawyer, used by Octokit and Danger) crashed with LoadError when the captured method tried to interpret the JSON string as a file path. Define an explicit singleton method on MultiJson for every public method MultiJSON exposes so Module#method finds the forwarder directly.
Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [multi_json](https://github.com/sferik/multi_json) from 1.21.0 to 1.21.1.
- [Release notes](https://github.com/sferik/multi_json/releases)
- [Changelog](https://github.com/sferik/multi_json/blob/main/CHANGELOG.md)
- [Commits](sferik/multi_json@v1.21.0...v1.21.1)

---
updated-dependencies:
- dependency-name: multi_json
  dependency-version: 1.21.1
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels May 5, 2026
@github-actions

github-actions Bot commented May 5, 2026

Copy link
Copy Markdown

Hello @dependabot[bot], thank you for submitting a PR! We will respond as soon as possible.

@pglombardo
pglombardo merged commit d608b51 into master May 5, 2026
14 checks passed
@pglombardo
pglombardo deleted the dependabot/bundler/multi_json-1.21.1 branch May 5, 2026 14:38
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.

1 participant