Skip to content

Commit f84f5aa

Browse files
Update rswag requirement from >= 2.3.1, < 2.5.0 to >= 2.3.1, < 2.10.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.4.0...2.9.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 3614103 commit f84f5aa

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

Gemfile.lock

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PATH
2222
pundit-resources
2323
rack-cors (~> 1.1.1)
2424
rails (>= 5.2.2, < 7.1.0)
25-
rswag (>= 2.3.1, < 2.5.0)
25+
rswag (>= 2.3.1, < 2.10.0)
2626

2727
GEM
2828
remote: https://rubygems.org/
@@ -159,8 +159,8 @@ GEM
159159
i18n (1.14.1)
160160
concurrent-ruby (~> 1.0)
161161
json (2.6.3)
162-
json-schema (2.8.1)
163-
addressable (>= 2.4)
162+
json-schema (3.0.0)
163+
addressable (>= 2.8)
164164
jsonapi-resources (0.10.7)
165165
activerecord (>= 4.1)
166166
concurrent-ruby
@@ -292,19 +292,20 @@ GEM
292292
rspec-mocks (~> 3.11)
293293
rspec-support (~> 3.11)
294294
rspec-support (3.12.0)
295-
rswag (2.4.0)
296-
rswag-api (= 2.4.0)
297-
rswag-specs (= 2.4.0)
298-
rswag-ui (= 2.4.0)
299-
rswag-api (2.4.0)
300-
railties (>= 3.1, < 7.0)
301-
rswag-specs (2.4.0)
302-
activesupport (>= 3.1, < 7.0)
303-
json-schema (~> 2.2)
304-
railties (>= 3.1, < 7.0)
305-
rswag-ui (2.4.0)
306-
actionpack (>= 3.1, < 7.0)
307-
railties (>= 3.1, < 7.0)
295+
rswag (2.9.0)
296+
rswag-api (= 2.9.0)
297+
rswag-specs (= 2.9.0)
298+
rswag-ui (= 2.9.0)
299+
rswag-api (2.9.0)
300+
railties (>= 3.1, < 7.1)
301+
rswag-specs (2.9.0)
302+
activesupport (>= 3.1, < 7.1)
303+
json-schema (>= 2.2, < 4.0)
304+
railties (>= 3.1, < 7.1)
305+
rspec-core (>= 2.14)
306+
rswag-ui (2.9.0)
307+
actionpack (>= 3.1, < 7.1)
308+
railties (>= 3.1, < 7.1)
308309
rubocop (1.41.0)
309310
json (~> 2.3)
310311
parallel (~> 1.10)

better_together.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Gem::Specification.new do |spec|
3636
spec.add_dependency 'pundit', '~> 2.1.0'
3737
spec.add_dependency 'pundit-resources'
3838
spec.add_dependency 'rack-cors', '~> 1.1.1'
39-
spec.add_dependency 'rswag', '>= 2.3.1', '< 2.5.0'
39+
spec.add_dependency 'rswag', '>= 2.3.1', '< 2.10.0'
4040

4141

4242
spec.add_development_dependency 'better_errors'

0 commit comments

Comments
 (0)