Commit 78a989a
authored
Update rswag requirement from >= 2.3.1, < 2.14.0 to >= 2.3.1, < 2.15.0 (#602)
Updates the requirements on [rswag](https://github.com/rswag/rswag) to
permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rswag/rswag/releases">rswag's
releases</a>.</em></p>
<blockquote>
<h2>2.14.0</h2>
<h2>What's Changed</h2>
<ul>
<li>chore: add more information about generating docs by <a
href="https://github.com/AlexcastroDev"><code>@AlexcastroDev</code></a>
in <a
href="https://redirect.github.com/rswag/rswag/pull/698">rswag/rswag#698</a></li>
<li>Add support for text/plain body format by <a
href="https://github.com/Ksm125"><code>@Ksm125</code></a> in <a
href="https://redirect.github.com/rswag/rswag/pull/639">rswag/rswag#639</a></li>
<li>CI: Tell dependabot to update GH Actions by <a
href="https://github.com/olleolleolle"><code>@olleolleolle</code></a>
in <a
href="https://redirect.github.com/rswag/rswag/pull/707">rswag/rswag#707</a></li>
<li>Bump actions/checkout from 2 to 4 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/rswag/rswag/pull/712">rswag/rswag#712</a></li>
<li>Bump actions/cache from 2 to 3 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/rswag/rswag/pull/711">rswag/rswag#711</a></li>
<li>Bump streetsidesoftware/cspell-action from 2 to 5 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/rswag/rswag/pull/713">rswag/rswag#713</a></li>
<li>Fix broken JSON-schema page link by <a
href="https://github.com/Stevo-S"><code>@Stevo-S</code></a> in <a
href="https://redirect.github.com/rswag/rswag/pull/715">rswag/rswag#715</a></li>
<li>Bump actions/cache from 3 to 4 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/rswag/rswag/pull/726">rswag/rswag#726</a></li>
<li>fix: rubygems-update for github actions by <a
href="https://github.com/JohnnyKei"><code>@JohnnyKei</code></a> in <a
href="https://redirect.github.com/rswag/rswag/pull/730">rswag/rswag#730</a></li>
<li>fix: rubygems-update version for Docker by <a
href="https://github.com/JohnnyKei"><code>@JohnnyKei</code></a> in <a
href="https://redirect.github.com/rswag/rswag/pull/724">rswag/rswag#724</a></li>
<li>Allow enum parameter description. (<a
href="https://redirect.github.com/rswag/rswag/issues/201">#201</a>) by
<a
href="https://github.com/masamichhhhi"><code>@masamichhhhi</code></a>
in <a
href="https://redirect.github.com/rswag/rswag/pull/429">rswag/rswag#429</a></li>
<li>Support Rails 7.2 by <a
href="https://github.com/zhuravel"><code>@zhuravel</code></a> in <a
href="https://redirect.github.com/rswag/rswag/pull/765">rswag/rswag#765</a></li>
<li>docs: update CHANGELOG.md by <a
href="https://github.com/romanblanco"><code>@romanblanco</code></a> in
<a
href="https://redirect.github.com/rswag/rswag/pull/766">rswag/rswag#766</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/AlexcastroDev"><code>@AlexcastroDev</code></a>
made their first contribution in <a
href="https://redirect.github.com/rswag/rswag/pull/698">rswag/rswag#698</a></li>
<li><a href="https://github.com/Ksm125"><code>@Ksm125</code></a> made
their first contribution in <a
href="https://redirect.github.com/rswag/rswag/pull/639">rswag/rswag#639</a></li>
<li><a href="https://github.com/Stevo-S"><code>@Stevo-S</code></a> made
their first contribution in <a
href="https://redirect.github.com/rswag/rswag/pull/715">rswag/rswag#715</a></li>
<li><a href="https://github.com/JohnnyKei"><code>@JohnnyKei</code></a>
made their first contribution in <a
href="https://redirect.github.com/rswag/rswag/pull/730">rswag/rswag#730</a></li>
<li><a
href="https://github.com/masamichhhhi"><code>@masamichhhhi</code></a>
made their first contribution in <a
href="https://redirect.github.com/rswag/rswag/pull/429">rswag/rswag#429</a></li>
<li><a href="https://github.com/zhuravel"><code>@zhuravel</code></a>
made their first contribution in <a
href="https://redirect.github.com/rswag/rswag/pull/765">rswag/rswag#765</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rswag/rswag/compare/2.13.0...2.14.0">https://github.com/rswag/rswag/compare/2.13.0...2.14.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rswag/rswag/blob/master/CHANGELOG.md">rswag's
changelog</a>.</em></p>
<blockquote>
<h2>[2.14.0] - 2024-08-13</h2>
<h3>Added</h3>
<ul>
<li>Tell Dependabot to update GitHub Actions (<a
href="https://redirect.github.com/rswag/rswag/pull/707">rswag/rswag#707</a>)</li>
<li>Rails 7.2 support <a
href="https://redirect.github.com/rswag/rswag/pull/765">#765</a></li>
<li>Add support for support per-enum-value descriptions (<a
href="https://redirect.github.com/rswag/rswag/pull/429">rswag/rswag#429</a>)</li>
<li>Add support for text/plain body format (<a
href="https://redirect.github.com/rswag/rswag/pull/639">rswag/rswag#639</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Update README to fix broken link to the JSON-Schema website <a
href="https://redirect.github.com/rswag/rswag/pull/715">#715</a></li>
<li>fix: rubygems-update version for Docker (<a
href="https://redirect.github.com/rswag/rswag/pull/724">rswag/rswag#724</a>)</li>
<li>fix: rubygems-update for github actions (<a
href="https://redirect.github.com/rswag/rswag/pull/730">rswag/rswag#730</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Added more details about config swagger format <a
href="https://redirect.github.com/rswag/rswag/pull/698">#698</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rswag/rswag/commit/680edce1c10249b28481536864130a73a55ee464"><code>680edce</code></a>
Merge pull request <a
href="https://redirect.github.com/rswag/rswag/issues/766">#766</a> from
romanblanco/release-2-14-0</li>
<li><a
href="https://github.com/rswag/rswag/commit/dffc8088ff53b7c40cf560c4ea1fab05c3185e9e"><code>dffc808</code></a>
docs: update CHANGELOG.md</li>
<li><a
href="https://github.com/rswag/rswag/commit/d1afc672e4c7abbf7c8400f917ebd57e333fa597"><code>d1afc67</code></a>
Merge pull request <a
href="https://redirect.github.com/rswag/rswag/issues/765">#765</a> from
talkable/master</li>
<li><a
href="https://github.com/rswag/rswag/commit/0c4d4974444107dc2e3a8b38bb2d32c1ce77c651"><code>0c4d497</code></a>
Keep improving that comment</li>
<li><a
href="https://github.com/rswag/rswag/commit/d965a5e00bf6ad88a6f8d9d994ad1cf577474dbd"><code>d965a5e</code></a>
Change Rails version</li>
<li><a
href="https://github.com/rswag/rswag/commit/43b82aac6d4997ef18da3510054929572cfe8fb7"><code>43b82aa</code></a>
Fix deprecation warning in Rails 7.1+</li>
<li><a
href="https://github.com/rswag/rswag/commit/eb76a8ae6d15b291582a454b5a73529b84843504"><code>eb76a8a</code></a>
Support Rails 7.2</li>
<li><a
href="https://github.com/rswag/rswag/commit/a140a41978482645f6d00651f2671152609eb5a9"><code>a140a41</code></a>
Merge pull request <a
href="https://redirect.github.com/rswag/rswag/issues/429">#429</a> from
<a
href="https://redirect.github.com/masamichhhhi/add-enum-description-for-/issues/201">masamichhhhi/add-enum-description-for-#201</a></li>
<li><a
href="https://github.com/rswag/rswag/commit/0cbb08c8a1b380a5c05e5ff82e57ee15a4d343c4"><code>0cbb08c</code></a>
rerun ci</li>
<li><a
href="https://github.com/rswag/rswag/commit/bc58e308dd1caf2226a402291839afbbdabcabf0"><code>bc58e30</code></a>
Merge pull request <a
href="https://redirect.github.com/rswag/rswag/issues/724">#724</a> from
JohnnyKei/fix/docker</li>
<li>Additional commits viewable in <a
href="https://github.com/rswag/rswag/compare/2.13.0...2.14.0">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>2 files changed
+20
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
| 121 | + | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
| 289 | + | |
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
| 318 | + | |
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
| 354 | + | |
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
| |||
469 | 469 | | |
470 | 470 | | |
471 | 471 | | |
472 | | - | |
473 | | - | |
474 | | - | |
475 | | - | |
476 | | - | |
477 | | - | |
478 | | - | |
479 | | - | |
480 | | - | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
481 | 481 | | |
482 | | - | |
| 482 | + | |
483 | 483 | | |
484 | | - | |
485 | | - | |
486 | | - | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments