Skip to content

Commit aa0de19

Browse files
[Dependency] Bump json from 2.12.0 to 2.12.2 (#677)
Bumps [json](https://github.com/ruby/json) from 2.12.0 to 2.12.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.12.2</h2> <ul> <li>Fix compiler optimization level.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ruby/json/compare/v2.12.1...v2.12.2">https://github.com/ruby/json/compare/v2.12.1...v2.12.2</a></p> <h2>v2.12.1</h2> <h2>What's Changed</h2> <ul> <li>Fix a potential crash in large negative floating point number generation.</li> <li>Fix for JSON.pretty_generate to use passed state object's generate instead of state class as the required parameters aren't available.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ruby/json/compare/v2.12.0...v2.12.1">https://github.com/ruby/json/compare/v2.12.0...v2.12.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-05-23 (2.12.2)</h3> <ul> <li>Fix compiler optimization level.</li> </ul> <h3>2025-05-23 (2.12.1)</h3> <ul> <li>Fix a potential crash in large negative floating point number generation.</li> <li>Fix for JSON.pretty_generate to use passed state object's generate instead of state class as the required parameters aren't available.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ruby/json/commit/a29cb77d5234c504f34e326ed6eb826997ffdd05"><code>a29cb77</code></a> Release 2.12.2</li> <li><a href="https://github.com/ruby/json/commit/8603a57a919eb8718955f37f33eb64d8bc9b7492"><code>8603a57</code></a> Release 2.12.1</li> <li><a href="https://github.com/ruby/json/commit/30eacc2e82ab3af1946b2feb9f2c6285a1ffeeb8"><code>30eacc2</code></a> Merge pull request <a href="https://redirect.github.com/ruby/json/issues/810">#810</a> from byroot/fbuffer-bound-checks</li> <li><a href="https://github.com/ruby/json/commit/8109421fb428a56877100ebed38001783abfb820"><code>8109421</code></a> fbuffer.c: add debug mode with bound checks.</li> <li><a href="https://github.com/ruby/json/commit/d6951772e790d6296822b5a84191f3fd34ec68d2"><code>d695177</code></a> Merge pull request <a href="https://redirect.github.com/ruby/json/issues/808">#808</a> from byroot/reported-segv</li> <li><a href="https://github.com/ruby/json/commit/d73ae93d3cf7f58a83d4aef4392f48c4de8c11a5"><code>d73ae93</code></a> Fix: generate_json_float to reserve enough memory for large negative floats.</li> <li><a href="https://github.com/ruby/json/commit/60e80e129909c9b4636f346f83f884cb8ff103e3"><code>60e80e1</code></a> Merge pull request <a href="https://redirect.github.com/ruby/json/issues/806">#806</a> from GrantBirki/minor-fixes</li> <li><a href="https://github.com/ruby/json/commit/7c03ffc3e0a388ecf390f859221a047e2a21da46"><code>7c03ffc</code></a> Remove some unnecessary top level constant lookups</li> <li><a href="https://github.com/ruby/json/commit/c060943d042ac7a1f68e4b6c691a12646a467acb"><code>c060943</code></a> remove redundant <code>self.</code></li> <li><a href="https://github.com/ruby/json/commit/f5c1b8c45d5b2bd70d38aa6b32ebb033980a9bdf"><code>f5c1b8c</code></a> use <code>.</code> over <code>::</code> for consistency</li> <li>Additional commits viewable in <a href="https://github.com/ruby/json/compare/v2.12.0...v2.12.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.12.0&new-version=2.12.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 296a69e commit aa0de19

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.0)
222+
json (2.12.2)
223223
kramdown (2.4.0)
224224
rexml
225225
kramdown-parser-gfm (1.1.0)

0 commit comments

Comments
 (0)