Skip to content

Commit 25b5743

Browse files
Update rswag requirement from >= 2.3.1, < 2.14.0 to >= 2.3.1, < 2.15.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.13.0...2.14.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 86f56a4 commit 25b5743

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

Gemfile.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ PATH
3131
rack-cors (>= 1.1.1, < 2.1.0)
3232
rails (>= 5.2.2, < 7.2.0)
3333
reform-rails (~> 0.2.0)
34-
rswag (>= 2.3.1, < 2.14.0)
34+
rswag (>= 2.3.1, < 2.15.0)
3535
sprockets-rails
3636
stimulus-rails (~> 1.3)
3737
turbo-rails (~> 2.0)
@@ -118,8 +118,8 @@ GEM
118118
minitest (>= 5.1)
119119
mutex_m
120120
tzinfo (~> 2.0)
121-
addressable (2.8.6)
122-
public_suffix (>= 2.0.2, < 6.0)
121+
addressable (2.8.7)
122+
public_suffix (>= 2.0.2, < 7.0)
123123
asset_sync (2.19.1)
124124
activemodel (>= 4.1.0)
125125
fog-core
@@ -286,7 +286,7 @@ GEM
286286
reline (>= 0.4.2)
287287
jmespath (1.6.2)
288288
json (2.7.2)
289-
json-schema (4.3.0)
289+
json-schema (4.3.1)
290290
addressable (>= 2.8)
291291
jsonapi-resources (0.10.7)
292292
activerecord (>= 4.1)
@@ -315,7 +315,7 @@ GEM
315315
mime-types-data (3.2024.0702)
316316
mini_magick (4.13.2)
317317
mini_mime (1.1.5)
318-
minitest (5.24.1)
318+
minitest (5.25.0)
319319
mobility (1.2.9)
320320
i18n (>= 0.6.10, < 2)
321321
request_store (~> 1.0)
@@ -351,7 +351,7 @@ GEM
351351
method_source (~> 1.0)
352352
psych (5.1.2)
353353
stringio
354-
public_suffix (5.0.5)
354+
public_suffix (6.0.1)
355355
puma (6.4.2)
356356
nio4r (~> 2.0)
357357
pundit (2.3.2)
@@ -469,21 +469,21 @@ GEM
469469
rspec-mocks (~> 3.13)
470470
rspec-support (~> 3.13)
471471
rspec-support (3.13.1)
472-
rswag (2.13.0)
473-
rswag-api (= 2.13.0)
474-
rswag-specs (= 2.13.0)
475-
rswag-ui (= 2.13.0)
476-
rswag-api (2.13.0)
477-
activesupport (>= 3.1, < 7.2)
478-
railties (>= 3.1, < 7.2)
479-
rswag-specs (2.13.0)
480-
activesupport (>= 3.1, < 7.2)
472+
rswag (2.14.0)
473+
rswag-api (= 2.14.0)
474+
rswag-specs (= 2.14.0)
475+
rswag-ui (= 2.14.0)
476+
rswag-api (2.14.0)
477+
activesupport (>= 5.2, < 8.0)
478+
railties (>= 5.2, < 8.0)
479+
rswag-specs (2.14.0)
480+
activesupport (>= 5.2, < 8.0)
481481
json-schema (>= 2.2, < 5.0)
482-
railties (>= 3.1, < 7.2)
482+
railties (>= 5.2, < 8.0)
483483
rspec-core (>= 2.14)
484-
rswag-ui (2.13.0)
485-
actionpack (>= 3.1, < 7.2)
486-
railties (>= 3.1, < 7.2)
484+
rswag-ui (2.14.0)
485+
actionpack (>= 5.2, < 8.0)
486+
railties (>= 5.2, < 8.0)
487487
rubocop (1.65.1)
488488
json (~> 2.3)
489489
language_server-protocol (>= 3.17.0)

better_together.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Gem::Specification.new do |spec|
4747
spec.add_dependency 'rack-cors', '>= 1.1.1', '< 2.1.0'
4848
spec.add_dependency 'rails', '>= 5.2.2', '< 7.2.0'
4949
spec.add_dependency 'reform-rails', '~> 0.2.0'
50-
spec.add_dependency 'rswag', '>= 2.3.1', '< 2.14.0'
50+
spec.add_dependency 'rswag', '>= 2.3.1', '< 2.15.0'
5151
spec.add_dependency 'sprockets-rails'
5252
spec.add_dependency 'stimulus-rails', '~> 1.3'
5353
spec.add_dependency 'turbo-rails', '~> 2.0'

0 commit comments

Comments
 (0)