Skip to content

Commit 60a0f42

Browse files
[Dependency] Bump json from 2.12.2 to 2.13.0 (#690)
Bumps [json](https://github.com/ruby/json) from 2.12.2 to 2.13.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ruby/json/releases">json's releases</a>.</em></p> <blockquote> <h2>v2.13.0</h2> <h2>What's Changed</h2> <ul> <li>Add new <code>allow_duplicate_key</code> parsing options. By default a warning is now emitted when a duplicated key is encountered. In <code>json 3.0</code> an error will be raised.</li> <li>Optimize parsing further using SIMD to scan strings.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ruby/json/compare/v2.12.2...v2.13.0">https://github.com/ruby/json/compare/v2.12.2...v2.13.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ruby/json/blob/master/CHANGES.md">json's changelog</a>.</em></p> <blockquote> <h3>2025-05-23 (2.13.0)</h3> <ul> <li>Add new <code>allow_duplicate_key</code> parsing options. By default a warning is now emitted when a duplicated key is encountered. In <code>json 3.0</code> an error will be raised.</li> <li>Optimize parsing further using SIMD to scan strings.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ruby/json/commit/8d08494deebc406f69cfaa726c1b27f31bf6bb04"><code>8d08494</code></a> Release 2.13.0</li> <li><a href="https://github.com/ruby/json/commit/37e689094a0152e5c3c774a0ec16f2ab70548336"><code>37e6890</code></a> Fix mistake in jruby Rakefile</li> <li><a href="https://github.com/ruby/json/commit/9b6ac43f70806da757be21010e48e31c264599dc"><code>9b6ac43</code></a> Merge pull request <a href="https://redirect.github.com/ruby/json/issues/825">#825</a> from samyron/fix-jruby-java-build</li> <li><a href="https://github.com/ruby/json/commit/90680fa85ab8f00733c25632c488b8fd6bd95fdb"><code>90680fa</code></a> Use File::PATH_SEPARATOR instead of java.lang.System.getProperty.</li> <li><a href="https://github.com/ruby/json/commit/b362c088ecd12145ac9a8cc6732144da0c565515"><code>b362c08</code></a> Use the platform native path.separator when building using JRuby.</li> <li><a href="https://github.com/ruby/json/commit/a497c71960bb90eed90db10e28528edb9539cd2e"><code>a497c71</code></a> Improve consistency of code style</li> <li><a href="https://github.com/ruby/json/commit/c5af1b68c582335c2a82bbc4bfa5b3e41ead1eba"><code>c5af1b6</code></a> Merge pull request <a href="https://redirect.github.com/ruby/json/issues/823">#823</a> from nobu/have_func-headers</li> <li><a href="https://github.com/ruby/json/commit/95fb084027a85e847b252461a67ed8adb8a395fa"><code>95fb084</code></a> Run <code>have_func</code> with the header providing the declarations</li> <li><a href="https://github.com/ruby/json/commit/829f4bcc903c4da9416acf881253415ba754876e"><code>829f4bc</code></a> Merge pull request <a href="https://redirect.github.com/ruby/json/issues/822">#822</a> from byroot/simd-remove-cpu-init</li> <li><a href="https://github.com/ruby/json/commit/d3317b9f82fe01a692e5d7237a75e73fe83744bd"><code>d3317b9</code></a> Stop calling <code>__builtin_cpu_init</code></li> <li>Additional commits viewable in <a href="https://github.com/ruby/json/compare/v2.12.2...v2.13.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=json&package-manager=bundler&previous-version=2.12.2&new-version=2.13.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 04e6ffc commit 60a0f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ GEM
219219
gemoji (>= 3, < 5)
220220
html-pipeline (~> 2.2)
221221
jekyll (>= 3.0, < 5.0)
222-
json (2.12.2)
222+
json (2.13.0)
223223
kramdown (2.4.0)
224224
rexml
225225
kramdown-parser-gfm (1.1.0)

0 commit comments

Comments
 (0)