-
Notifications
You must be signed in to change notification settings - Fork 57
Commit 33a2d28
authored
[Dependency] Bump json from 2.7.1 to 2.7.2 (#599)
Bumps [json](https://github.com/flori/json) from 2.7.1 to 2.7.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/flori/json/releases">json's
releases</a>.</em></p>
<blockquote>
<h2>v2.7.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Use rb_sym2str instead of SYM2ID by <a
href="https://github.com/jhawthorn"><code>@jhawthorn</code></a> in <a
href="https://redirect.github.com/flori/json/pull/561">flori/json#561</a></li>
<li>Fix memory leak when exception is raised during JSON generation by
<a
href="https://github.com/peterzhu2118"><code>@peterzhu2118</code></a>
in <a
href="https://redirect.github.com/flori/json/pull/574">flori/json#574</a></li>
<li>Remove references to "19" methods in JRuby by <a
href="https://github.com/headius"><code>@headius</code></a> in <a
href="https://redirect.github.com/flori/json/pull/576">flori/json#576</a></li>
<li>Make OpenStruct support as optional by <a
href="https://github.com/hsbt"><code>@hsbt</code></a> in <a
href="https://redirect.github.com/flori/json/pull/565">flori/json#565</a></li>
<li>Autoload JSON::GenericObject to avoid require ostruct warning in
Ruby 3.4 by <a
href="https://github.com/tompng"><code>@tompng</code></a> in <a
href="https://redirect.github.com/flori/json/pull/577">flori/json#577</a></li>
<li>Warn to install ostruct if json couldn't load it by <a
href="https://github.com/hsbt"><code>@hsbt</code></a> in <a
href="https://redirect.github.com/flori/json/pull/578">flori/json#578</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/mperham"><code>@mperham</code></a> made
their first contribution in <a
href="https://redirect.github.com/flori/json/pull/571">flori/json#571</a></li>
<li><a
href="https://github.com/peterzhu2118"><code>@peterzhu2118</code></a>
made their first contribution in <a
href="https://redirect.github.com/flori/json/pull/574">flori/json#574</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/flori/json/compare/v2.7.1...v2.7.2">https://github.com/flori/json/compare/v2.7.1...v2.7.2</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/flori/json/blob/master/CHANGES.md">json's
changelog</a>.</em></p>
<blockquote>
<h3>2024-04-04 (2.7.2)</h3>
<ul>
<li>Use rb_sym2str instead of SYM2ID <a
href="https://redirect.github.com/flori/json/issues/561">#561</a></li>
<li>Fix memory leak when exception is raised during JSON generation <a
href="https://redirect.github.com/flori/json/issues/574">#574</a></li>
<li>Remove references to "19" methods in JRuby <a
href="https://redirect.github.com/flori/json/issues/576">#576</a></li>
<li>Make OpenStruct support as optional by <a
href="https://github.com/hsbt"><code>@hsbt</code></a> in <a
href="https://redirect.github.com/flori/json/issues/565">#565</a></li>
<li>Autoload JSON::GenericObject to avoid require ostruct warning in
Ruby 3.4 <a
href="https://redirect.github.com/flori/json/issues/577">#577</a></li>
<li>Warn to install ostruct if json couldn't load it by <a
href="https://github.com/hsbt"><code>@hsbt</code></a> <a
href="https://redirect.github.com/flori/json/issues/578">#578</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/flori/json/commit/036944acc6a02f40c8e74c4564b53e867a331373"><code>036944a</code></a>
Bump up 2.7.2</li>
<li><a
href="https://github.com/flori/json/commit/5a1659df2476500f3829feb895cffd69df8bb307"><code>5a1659d</code></a>
Merge pull request <a
href="https://redirect.github.com/flori/json/issues/578">#578</a> from
flori/warn-bundled-gems</li>
<li><a
href="https://github.com/flori/json/commit/fff285968d43aaf76121cea175fd3f3d24abd19f"><code>fff2859</code></a>
Warn to install ostruct if json couldn't load it</li>
<li><a
href="https://github.com/flori/json/commit/cdbcbd00bbe4e13ea200e2778d9d546a57bc7df0"><code>cdbcbd0</code></a>
Merge pull request <a
href="https://redirect.github.com/flori/json/issues/577">#577</a> from
tompng/autoload_generic_object</li>
<li><a
href="https://github.com/flori/json/commit/84b7517a0b3a1b92990630fb6930a0d2de8576d0"><code>84b7517</code></a>
Merge pull request <a
href="https://redirect.github.com/flori/json/issues/576">#576</a> from
headius/no_19_jruby_methods</li>
<li><a
href="https://github.com/flori/json/commit/b507f9e404f86df5447b3088eb5ddd57a98317a7"><code>b507f9e</code></a>
Autoload GenericObject to avoid require ostruct warning in Ruby 3.4</li>
<li><a
href="https://github.com/flori/json/commit/a480682740abcb3dc84860e9dd0746e407c701e5"><code>a480682</code></a>
Remove references to "19" methods in JRuby</li>
<li><a
href="https://github.com/flori/json/commit/35d435e63ed8eda78ea25d0cfdd9cfdb79e5cda5"><code>35d435e</code></a>
Merge pull request <a
href="https://redirect.github.com/flori/json/issues/575">#575</a> from
flori/refine-ci</li>
<li><a
href="https://github.com/flori/json/commit/817d7b0821d6af0dbcc021d5d9a1447d3664fe6b"><code>817d7b0</code></a>
Exclude 2.3-2.5 on macos-14 iamge</li>
<li><a
href="https://github.com/flori/json/commit/df33e8ee88b526cd7e4095a9b2756cdb9558d8d2"><code>df33e8e</code></a>
Added JRuby 9.4</li>
<li>Additional commits viewable in <a
href="https://github.com/flori/json/compare/v2.7.1...v2.7.2">compare
view</a></li>
</ul>
</details>
<br />
[](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 8a94cff commit 33a2d28Copy full SHA for 33a2d28
1 file changed
+1
-1
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
213 | 213 |
| |
214 | 214 |
| |
215 | 215 |
| |
216 |
| - | |
| 216 | + | |
217 | 217 |
| |
218 | 218 |
| |
219 | 219 |
| |
|
0 commit comments