Skip to content

Commit d9c0231

Browse files
[Dependency] Bump json from 2.13.0 to 2.13.2 (#696)
Bumps [json](https://github.com/ruby/json) from 2.13.0 to 2.13.2. <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.2</h2> <h2>What's Changed</h2> <ul> <li>Improve duplicate key warning and errors to include the key name and point to the right caller.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ruby/json/compare/v2.13.1...v2.13.2">https://github.com/ruby/json/compare/v2.13.1...v2.13.2</a></p> <h2>v2.13.1</h2> <h2>What's Changed</h2> <ul> <li>Fix support for older compilers without <code>__builtin_cpu_supports</code>.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ruby/json/compare/v2.13.0...v2.13.1">https://github.com/ruby/json/compare/v2.13.0...v2.13.1</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-07-28 (2.13.2)</h3> <ul> <li>Improve duplicate key warning and errors to include the key name and point to the right caller.</li> </ul> <h3>2025-07-24 (2.13.1)</h3> <ul> <li>Fix support for older compilers without <code>__builtin_cpu_supports</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ruby/json/commit/9e3efbfa2223ad30c39bbeb6e549a90bab04a0c9"><code>9e3efbf</code></a> Release 2.13.2</li> <li><a href="https://github.com/ruby/json/commit/132049bde235d3f401fa4ee3a99adf751dbeb476"><code>132049b</code></a> Improve deprecation warning location detection</li> <li><a href="https://github.com/ruby/json/commit/db4c428715384547967081f142591b6c6812521c"><code>db4c428</code></a> Merge pull request <a href="https://redirect.github.com/ruby/json/issues/832">#832</a> from byroot/duplicated-key-error-message-2</li> <li><a href="https://github.com/ruby/json/commit/cd5155738792a0ace44b0c366eb8a46166b45932"><code>cd51557</code></a> Fix duplicated key warning location</li> <li><a href="https://github.com/ruby/json/commit/bea97e0c40b91c56230935949ae8d7bae88f9f01"><code>bea97e0</code></a> Merge pull request <a href="https://redirect.github.com/ruby/json/issues/831">#831</a> from byroot/duplicated-key-error-message</li> <li><a href="https://github.com/ruby/json/commit/e3de4cc59c4c2ad7a44895a2206094bc54b17826"><code>e3de4cc</code></a> Improve duplicate key warning and errors to include the key name</li> <li><a href="https://github.com/ruby/json/commit/6d29d752f239e15af3920def4b0b72962ee7bcd5"><code>6d29d75</code></a> Merge pull request <a href="https://redirect.github.com/ruby/json/issues/830">#830</a> from nobu/indent</li> <li><a href="https://github.com/ruby/json/commit/1988a3ae4c5675889dc4523b517298b6383caadd"><code>1988a3a</code></a> Keep indentation consistent across functions</li> <li><a href="https://github.com/ruby/json/commit/17dd7b66fb974f5cae24afdecf8309c9b3454733"><code>17dd7b6</code></a> Merge pull request <a href="https://redirect.github.com/ruby/json/issues/829">#829</a> from nobu/static-linked-ext</li> <li><a href="https://github.com/ruby/json/commit/020693b17a84116487cf1382d386cca5d3cac770"><code>020693b</code></a> Functions defined in headers should be <code>static inline</code></li> <li>Additional commits viewable in <a href="https://github.com/ruby/json/compare/v2.13.0...v2.13.2">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.13.0&new-version=2.13.2)](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 aee60bd commit d9c0231

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
@@ -220,7 +220,7 @@ GEM
220220
gemoji (>= 3, < 5)
221221
html-pipeline (~> 2.2)
222222
jekyll (>= 3.0, < 5.0)
223-
json (2.13.0)
223+
json (2.13.2)
224224
kramdown (2.4.0)
225225
rexml
226226
kramdown-parser-gfm (1.1.0)

0 commit comments

Comments
 (0)