Skip to content

Commit 946040a

Browse files
authored
Update rswag requirement from >= 2.3.1, < 2.16.0 to >= 2.3.1, < 2.17.0 (#694)
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.16.0</h2> <h2>What's Changed</h2> <ul> <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/788">rswag/rswag#788</a></li> <li>ci: Add support for Rails 8 by <a href="https://github.com/hasghari"><code>@​hasghari</code></a> in <a href="https://redirect.github.com/rswag/rswag/pull/797">rswag/rswag#797</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rswag/rswag/compare/2.15.0...2.16.0">https://github.com/rswag/rswag/compare/2.15.0...2.16.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.16.0] - 2024-11-13</h2> <h2>Changed</h2> <ul> <li>Update rails dependency in gemspec to support Rails 8.0 (<a href="https://redirect.github.com/rswag/rswag/pull/797">rswag/rswag#797</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rswag/rswag/commit/4659911d6e68dde3fd43af27c9e905746f31d885"><code>4659911</code></a> docs: Update CHANGELOG.md</li> <li><a href="https://github.com/rswag/rswag/commit/f581dcdf5b4777c01a8586b6787e23a19d4ce5a0"><code>f581dcd</code></a> Merge pull request <a href="https://redirect.github.com/rswag/rswag/issues/797">#797</a> from hasghari/rails-8</li> <li><a href="https://github.com/rswag/rswag/commit/181604c2f266a594ca219d7f8b81c496ded7dad0"><code>181604c</code></a> Update .github/workflows/ruby.yml</li> <li><a href="https://github.com/rswag/rswag/commit/5233109ef12e38f45d372a2fb2c890b9266f7e72"><code>5233109</code></a> docs: Update CHANGELOG.md</li> <li><a href="https://github.com/rswag/rswag/commit/bf259c4cf4ebd578fdb677b63bce12f24964451d"><code>bf259c4</code></a> ci: Add support for Rails 8</li> <li><a href="https://github.com/rswag/rswag/commit/a616e6cc3fc6dd56892fd6665e5ae57a96e39a55"><code>a616e6c</code></a> Merge pull request <a href="https://redirect.github.com/rswag/rswag/issues/788">#788</a> from romanblanco/release-2-15-0</li> <li><a href="https://github.com/rswag/rswag/commit/606e88bc6ac610d752d4457db979909d9e930c87"><code>606e88b</code></a> docs: update CHANGELOG.md</li> <li>See full diff in <a href="https://github.com/rswag/rswag/compare/2.15.0...2.16.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.15.0&new-version=2.16.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 d058bd1 + 91193ff commit 946040a

File tree

2 files changed

+24
-26
lines changed

2 files changed

+24
-26
lines changed

Gemfile.lock

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ PATH
4646
rack-cors (>= 1.1.1, < 2.1.0)
4747
rails (>= 5.2.2, < 7.2.0)
4848
reform-rails (~> 0.2.0)
49-
rswag (>= 2.3.1, < 2.16.0)
49+
rswag (>= 2.3.1, < 2.17.0)
5050
sprockets-rails
5151
stimulus-rails (~> 1.3)
5252
storext
@@ -356,7 +356,7 @@ GEM
356356
reline (>= 0.4.2)
357357
jmespath (1.6.2)
358358
json (2.7.5)
359-
json-schema (5.0.1)
359+
json-schema (5.1.0)
360360
addressable (~> 2.8)
361361
jsonapi-resources (0.10.7)
362362
activerecord (>= 4.1)
@@ -386,7 +386,7 @@ GEM
386386
mime-types-data (3.2024.1001)
387387
mini_magick (4.13.2)
388388
mini_mime (1.1.5)
389-
minitest (5.25.1)
389+
minitest (5.25.2)
390390
mobility (1.2.9)
391391
i18n (>= 0.6.10, < 2)
392392
request_store (~> 1.0)
@@ -395,7 +395,7 @@ GEM
395395
mobility (~> 1.2)
396396
msgpack (1.7.2)
397397
multi_json (1.15.0)
398-
mutex_m (0.2.0)
398+
mutex_m (0.3.0)
399399
net-http (0.4.1)
400400
uri
401401
net-imap (0.4.17)
@@ -431,7 +431,7 @@ GEM
431431
pry (0.15.0)
432432
coderay (~> 1.1)
433433
method_source (~> 1.0)
434-
psych (5.1.2)
434+
psych (5.2.0)
435435
stringio
436436
public_suffix (6.0.1)
437437
puma (6.5.0)
@@ -452,9 +452,8 @@ GEM
452452
rack (>= 3.0.0)
453453
rack-test (2.1.0)
454454
rack (>= 1.3)
455-
rackup (2.1.0)
455+
rackup (2.2.1)
456456
rack (>= 3)
457-
webrick (~> 1.8)
458457
rails (7.1.4.1)
459458
actioncable (= 7.1.4.1)
460459
actionmailbox (= 7.1.4.1)
@@ -497,7 +496,7 @@ GEM
497496
ffi (>= 1.0.6)
498497
msgpack (>= 0.4.3)
499498
optimist (>= 3.0.0)
500-
rdoc (6.7.0)
499+
rdoc (6.8.1)
501500
psych (>= 4.0.0)
502501
redis (5.3.0)
503502
redis-client (>= 0.22.0)
@@ -511,7 +510,7 @@ GEM
511510
activemodel (>= 5.0)
512511
reform (>= 2.3.1, < 3.0.0)
513512
regexp_parser (2.9.2)
514-
reline (0.5.10)
513+
reline (0.5.12)
515514
io-console (~> 0.5)
516515
representable (3.2.0)
517516
declarative (< 0.1.0)
@@ -532,7 +531,7 @@ GEM
532531
rspec-core (~> 3.13.0)
533532
rspec-expectations (~> 3.13.0)
534533
rspec-mocks (~> 3.13.0)
535-
rspec-core (3.13.1)
534+
rspec-core (3.13.2)
536535
rspec-support (~> 3.13.0)
537536
rspec-expectations (3.13.2)
538537
diff-lcs (>= 1.2.0, < 2.0)
@@ -549,21 +548,21 @@ GEM
549548
rspec-mocks (~> 3.13)
550549
rspec-support (~> 3.13)
551550
rspec-support (3.13.1)
552-
rswag (2.15.0)
553-
rswag-api (= 2.15.0)
554-
rswag-specs (= 2.15.0)
555-
rswag-ui (= 2.15.0)
556-
rswag-api (2.15.0)
557-
activesupport (>= 5.2, < 8.0)
558-
railties (>= 5.2, < 8.0)
559-
rswag-specs (2.15.0)
560-
activesupport (>= 5.2, < 8.0)
551+
rswag (2.16.0)
552+
rswag-api (= 2.16.0)
553+
rswag-specs (= 2.16.0)
554+
rswag-ui (= 2.16.0)
555+
rswag-api (2.16.0)
556+
activesupport (>= 5.2, < 8.1)
557+
railties (>= 5.2, < 8.1)
558+
rswag-specs (2.16.0)
559+
activesupport (>= 5.2, < 8.1)
561560
json-schema (>= 2.2, < 6.0)
562-
railties (>= 5.2, < 8.0)
561+
railties (>= 5.2, < 8.1)
563562
rspec-core (>= 2.14)
564-
rswag-ui (2.15.0)
565-
actionpack (>= 5.2, < 8.0)
566-
railties (>= 5.2, < 8.0)
563+
rswag-ui (2.16.0)
564+
actionpack (>= 5.2, < 8.1)
565+
railties (>= 5.2, < 8.1)
567566
rubocop (1.68.0)
568567
json (~> 2.3)
569568
language_server-protocol (>= 3.17.0)
@@ -630,7 +629,7 @@ GEM
630629
stackprof (0.2.26)
631630
stimulus-rails (1.3.4)
632631
railties (>= 6.0.0)
633-
stringio (3.1.1)
632+
stringio (3.1.2)
634633
sync (0.5.0)
635634
term-ansicolor (1.11.2)
636635
tins (~> 1.0)
@@ -677,7 +676,6 @@ GEM
677676
nokogiri (~> 1.6)
678677
rubyzip (>= 1.3.0)
679678
selenium-webdriver (~> 4.0)
680-
webrick (1.8.2)
681679
websocket (1.2.11)
682680
websocket-driver (0.7.6)
683681
websocket-extensions (>= 0.1.0)

better_together.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Gem::Specification.new do |spec|
5454
spec.add_dependency 'rack-cors', '>= 1.1.1', '< 2.1.0'
5555
spec.add_dependency 'rails', '>= 5.2.2', '< 7.2.0'
5656
spec.add_dependency 'reform-rails', '~> 0.2.0'
57-
spec.add_dependency 'rswag', '>= 2.3.1', '< 2.16.0'
57+
spec.add_dependency 'rswag', '>= 2.3.1', '< 2.17.0'
5858
spec.add_dependency 'sprockets-rails'
5959
spec.add_dependency 'stimulus-rails', '~> 1.3'
6060
spec.add_dependency 'storext'

0 commit comments

Comments
 (0)