Skip to content

Commit 98bcc32

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 d13c6ca commit 98bcc32

File tree

2 files changed

+20
-22
lines changed

2 files changed

+20
-22
lines changed

Gemfile.lock

Lines changed: 19 additions & 21 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
@@ -430,7 +430,7 @@ GEM
430430
pry (0.14.2)
431431
coderay (~> 1.1)
432432
method_source (~> 1.0)
433-
psych (5.1.2)
433+
psych (5.2.0)
434434
stringio
435435
public_suffix (6.0.1)
436436
puma (6.4.3)
@@ -450,9 +450,8 @@ GEM
450450
rack (>= 3.0.0)
451451
rack-test (2.1.0)
452452
rack (>= 1.3)
453-
rackup (2.1.0)
453+
rackup (2.2.1)
454454
rack (>= 3)
455-
webrick (~> 1.8)
456455
rails (7.1.4.1)
457456
actioncable (= 7.1.4.1)
458457
actionmailbox (= 7.1.4.1)
@@ -509,7 +508,7 @@ GEM
509508
activemodel (>= 5.0)
510509
reform (>= 2.3.1, < 3.0.0)
511510
regexp_parser (2.9.2)
512-
reline (0.5.10)
511+
reline (0.5.11)
513512
io-console (~> 0.5)
514513
representable (3.2.0)
515514
declarative (< 0.1.0)
@@ -530,7 +529,7 @@ GEM
530529
rspec-core (~> 3.13.0)
531530
rspec-expectations (~> 3.13.0)
532531
rspec-mocks (~> 3.13.0)
533-
rspec-core (3.13.1)
532+
rspec-core (3.13.2)
534533
rspec-support (~> 3.13.0)
535534
rspec-expectations (3.13.2)
536535
diff-lcs (>= 1.2.0, < 2.0)
@@ -547,21 +546,21 @@ GEM
547546
rspec-mocks (~> 3.13)
548547
rspec-support (~> 3.13)
549548
rspec-support (3.13.1)
550-
rswag (2.15.0)
551-
rswag-api (= 2.15.0)
552-
rswag-specs (= 2.15.0)
553-
rswag-ui (= 2.15.0)
554-
rswag-api (2.15.0)
555-
activesupport (>= 5.2, < 8.0)
556-
railties (>= 5.2, < 8.0)
557-
rswag-specs (2.15.0)
558-
activesupport (>= 5.2, < 8.0)
549+
rswag (2.16.0)
550+
rswag-api (= 2.16.0)
551+
rswag-specs (= 2.16.0)
552+
rswag-ui (= 2.16.0)
553+
rswag-api (2.16.0)
554+
activesupport (>= 5.2, < 8.1)
555+
railties (>= 5.2, < 8.1)
556+
rswag-specs (2.16.0)
557+
activesupport (>= 5.2, < 8.1)
559558
json-schema (>= 2.2, < 6.0)
560-
railties (>= 5.2, < 8.0)
559+
railties (>= 5.2, < 8.1)
561560
rspec-core (>= 2.14)
562-
rswag-ui (2.15.0)
563-
actionpack (>= 5.2, < 8.0)
564-
railties (>= 5.2, < 8.0)
561+
rswag-ui (2.16.0)
562+
actionpack (>= 5.2, < 8.1)
563+
railties (>= 5.2, < 8.1)
565564
rubocop (1.68.0)
566565
json (~> 2.3)
567566
language_server-protocol (>= 3.17.0)
@@ -628,7 +627,7 @@ GEM
628627
stackprof (0.2.26)
629628
stimulus-rails (1.3.4)
630629
railties (>= 6.0.0)
631-
stringio (3.1.1)
630+
stringio (3.1.2)
632631
sync (0.5.0)
633632
term-ansicolor (1.11.2)
634633
tins (~> 1.0)
@@ -675,7 +674,6 @@ GEM
675674
nokogiri (~> 1.6)
676675
rubyzip (>= 1.3.0)
677676
selenium-webdriver (~> 4.0)
678-
webrick (1.8.2)
679677
websocket (1.2.11)
680678
websocket-driver (0.7.6)
681679
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)