Skip to content

Commit 91193ff

Browse files
Update rswag requirement from >= 2.3.1, < 2.16.0 to >= 2.3.1, < 2.17.0
Updates the requirements on [rswag](https://github.com/rswag/rswag) to permit the latest version. - [Release notes](https://github.com/rswag/rswag/releases) - [Changelog](https://github.com/rswag/rswag/blob/master/CHANGELOG.md) - [Commits](rswag/rswag@2.15.0...2.16.0) --- updated-dependencies: - dependency-name: rswag dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d058bd1 commit 91193ff

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)