Skip to content

Commit e5b9808

Browse files
authored
chore(deps): update rswag requirement from >= 2.3.1, < 2.17.0 to >= 2.3.1, < 2.18.0 (#1139)
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.17.0</h2> <h2>What's Changed</h2> <ul> <li>Update gemspec to support Rails 8.1 by <a href="https://github.com/hasghari"><code>@​hasghari</code></a> in <a href="https://redirect.github.com/rswag/rswag/pull/860">rswag/rswag#860</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rswag/rswag/compare/2.16.0...2.17.0">https://github.com/rswag/rswag/compare/2.16.0...2.17.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rswag/rswag/blob/2.17.0/CHANGELOG.md">rswag's changelog</a>.</em></p> <blockquote> <h2>[2.17.0] - 2025-11-05</h2> <h2>Changed</h2> <ul> <li>Update rails dependency in gemspec to support Rails 8.1 (<a href="https://redirect.github.com/rswag/rswag/pull/860">rswag/rswag#860</a>)</li> <li>Relax the dependency on json-schema to allow v6. (<a href="https://redirect.github.com/rswag/rswag/pull/860">rswag/rswag#860</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rswag/rswag/commit/802c6894537513a913a72e546d54b67f54305853"><code>802c689</code></a> docs: update CHANGELOG to release 2.17.0</li> <li><a href="https://github.com/rswag/rswag/commit/1dff4f2f30f976a2576d7103076de85249acadd0"><code>1dff4f2</code></a> Merge pull request <a href="https://redirect.github.com/rswag/rswag/issues/860">#860</a> from hasghari/rails-8</li> <li><a href="https://github.com/rswag/rswag/commit/00adaf3ace6131e43d19de00a7856bf36b87f40f"><code>00adaf3</code></a> docs: Update CHANGELOG.md</li> <li><a href="https://github.com/rswag/rswag/commit/afbbd09cdb65c8113e8d7fe6ea140d7e42d280a0"><code>afbbd09</code></a> Relax the dependency on json-schema to allow v6</li> <li><a href="https://github.com/rswag/rswag/commit/305a0ec21aa364708bdef994217dd43cc245bef3"><code>305a0ec</code></a> Add support for Rails 8.1</li> <li>See full diff in <a href="https://github.com/rswag/rswag/compare/2.16.0...2.17.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.16.0&new-version=2.17.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 614813c + 1adacd5 commit e5b9808

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

Gemfile.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ PATH
5656
rack-mini-profiler
5757
rails (>= 7.2, < 8.1)
5858
reform-rails (>= 0.2, < 0.4)
59-
rswag (>= 2.3.1, < 2.17.0)
59+
rswag (>= 2.3.1, < 2.18.0)
6060
ruby-openai
6161
sidekiq-scheduler
6262
simple_calendar
@@ -417,7 +417,7 @@ GEM
417417
reline (>= 0.4.2)
418418
jmespath (1.6.2)
419419
json (2.15.2)
420-
json-schema (5.1.1)
420+
json-schema (6.0.0)
421421
addressable (~> 2.8)
422422
bigdecimal (~> 3.1)
423423
jsonapi-resources (0.10.7)
@@ -660,21 +660,21 @@ GEM
660660
rspec-rebound (0.2.1)
661661
rspec-core (~> 3.3)
662662
rspec-support (3.13.6)
663-
rswag (2.16.0)
664-
rswag-api (= 2.16.0)
665-
rswag-specs (= 2.16.0)
666-
rswag-ui (= 2.16.0)
667-
rswag-api (2.16.0)
668-
activesupport (>= 5.2, < 8.1)
669-
railties (>= 5.2, < 8.1)
670-
rswag-specs (2.16.0)
671-
activesupport (>= 5.2, < 8.1)
672-
json-schema (>= 2.2, < 6.0)
673-
railties (>= 5.2, < 8.1)
663+
rswag (2.17.0)
664+
rswag-api (= 2.17.0)
665+
rswag-specs (= 2.17.0)
666+
rswag-ui (= 2.17.0)
667+
rswag-api (2.17.0)
668+
activesupport (>= 5.2, < 8.2)
669+
railties (>= 5.2, < 8.2)
670+
rswag-specs (2.17.0)
671+
activesupport (>= 5.2, < 8.2)
672+
json-schema (>= 2.2, < 7.0)
673+
railties (>= 5.2, < 8.2)
674674
rspec-core (>= 2.14)
675-
rswag-ui (2.16.0)
676-
actionpack (>= 5.2, < 8.1)
677-
railties (>= 5.2, < 8.1)
675+
rswag-ui (2.17.0)
676+
actionpack (>= 5.2, < 8.2)
677+
railties (>= 5.2, < 8.2)
678678
rubocop (1.81.7)
679679
json (~> 2.3)
680680
language_server-protocol (~> 3.17.0.2)

better_together.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Gem::Specification.new do |spec|
6464
spec.add_dependency 'rack-mini-profiler'
6565
spec.add_dependency 'rails', '>= 7.2', '< 8.1'
6666
spec.add_dependency 'reform-rails', '>= 0.2', '< 0.4'
67-
spec.add_dependency 'rswag', '>= 2.3.1', '< 2.17.0'
67+
spec.add_dependency 'rswag', '>= 2.3.1', '< 2.18.0'
6868
spec.add_dependency 'ruby-openai'
6969
spec.add_dependency 'sidekiq-scheduler'
7070
spec.add_dependency 'simple_calendar'

0 commit comments

Comments
 (0)