Skip to content

Commit 78a989a

Browse files
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rswag&package-manager=bundler&previous-version=2.13.0&new-version=2.14.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>
2 parents 86f56a4 + 25b5743 commit 78a989a

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

Gemfile.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ PATH
3131
rack-cors (>= 1.1.1, < 2.1.0)
3232
rails (>= 5.2.2, < 7.2.0)
3333
reform-rails (~> 0.2.0)
34-
rswag (>= 2.3.1, < 2.14.0)
34+
rswag (>= 2.3.1, < 2.15.0)
3535
sprockets-rails
3636
stimulus-rails (~> 1.3)
3737
turbo-rails (~> 2.0)
@@ -118,8 +118,8 @@ GEM
118118
minitest (>= 5.1)
119119
mutex_m
120120
tzinfo (~> 2.0)
121-
addressable (2.8.6)
122-
public_suffix (>= 2.0.2, < 6.0)
121+
addressable (2.8.7)
122+
public_suffix (>= 2.0.2, < 7.0)
123123
asset_sync (2.19.1)
124124
activemodel (>= 4.1.0)
125125
fog-core
@@ -286,7 +286,7 @@ GEM
286286
reline (>= 0.4.2)
287287
jmespath (1.6.2)
288288
json (2.7.2)
289-
json-schema (4.3.0)
289+
json-schema (4.3.1)
290290
addressable (>= 2.8)
291291
jsonapi-resources (0.10.7)
292292
activerecord (>= 4.1)
@@ -315,7 +315,7 @@ GEM
315315
mime-types-data (3.2024.0702)
316316
mini_magick (4.13.2)
317317
mini_mime (1.1.5)
318-
minitest (5.24.1)
318+
minitest (5.25.0)
319319
mobility (1.2.9)
320320
i18n (>= 0.6.10, < 2)
321321
request_store (~> 1.0)
@@ -351,7 +351,7 @@ GEM
351351
method_source (~> 1.0)
352352
psych (5.1.2)
353353
stringio
354-
public_suffix (5.0.5)
354+
public_suffix (6.0.1)
355355
puma (6.4.2)
356356
nio4r (~> 2.0)
357357
pundit (2.3.2)
@@ -469,21 +469,21 @@ GEM
469469
rspec-mocks (~> 3.13)
470470
rspec-support (~> 3.13)
471471
rspec-support (3.13.1)
472-
rswag (2.13.0)
473-
rswag-api (= 2.13.0)
474-
rswag-specs (= 2.13.0)
475-
rswag-ui (= 2.13.0)
476-
rswag-api (2.13.0)
477-
activesupport (>= 3.1, < 7.2)
478-
railties (>= 3.1, < 7.2)
479-
rswag-specs (2.13.0)
480-
activesupport (>= 3.1, < 7.2)
472+
rswag (2.14.0)
473+
rswag-api (= 2.14.0)
474+
rswag-specs (= 2.14.0)
475+
rswag-ui (= 2.14.0)
476+
rswag-api (2.14.0)
477+
activesupport (>= 5.2, < 8.0)
478+
railties (>= 5.2, < 8.0)
479+
rswag-specs (2.14.0)
480+
activesupport (>= 5.2, < 8.0)
481481
json-schema (>= 2.2, < 5.0)
482-
railties (>= 3.1, < 7.2)
482+
railties (>= 5.2, < 8.0)
483483
rspec-core (>= 2.14)
484-
rswag-ui (2.13.0)
485-
actionpack (>= 3.1, < 7.2)
486-
railties (>= 3.1, < 7.2)
484+
rswag-ui (2.14.0)
485+
actionpack (>= 5.2, < 8.0)
486+
railties (>= 5.2, < 8.0)
487487
rubocop (1.65.1)
488488
json (~> 2.3)
489489
language_server-protocol (>= 3.17.0)

better_together.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Gem::Specification.new do |spec|
4747
spec.add_dependency 'rack-cors', '>= 1.1.1', '< 2.1.0'
4848
spec.add_dependency 'rails', '>= 5.2.2', '< 7.2.0'
4949
spec.add_dependency 'reform-rails', '~> 0.2.0'
50-
spec.add_dependency 'rswag', '>= 2.3.1', '< 2.14.0'
50+
spec.add_dependency 'rswag', '>= 2.3.1', '< 2.15.0'
5151
spec.add_dependency 'sprockets-rails'
5252
spec.add_dependency 'stimulus-rails', '~> 1.3'
5353
spec.add_dependency 'turbo-rails', '~> 2.0'

0 commit comments

Comments
 (0)