Skip to content

Commit 1adacd5

Browse files
chore(deps): update rswag requirement from >= 2.3.1, < 2.17.0 to >= 2.3.1, < 2.18.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/2.17.0/CHANGELOG.md) - [Commits](rswag/rswag@2.16.0...2.17.0) --- updated-dependencies: - dependency-name: rswag dependency-version: 2.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3e3f8b6 commit 1adacd5

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)