Skip to content

Commit 4e1414c

Browse files
4ndvhasghari
andcommitted
Relax the dependency on json-schema to allow v6
Co-authored-by: Hamed Asghari <hasghari@pm.me>
1 parent 5944561 commit 4e1414c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rswag-specs/rswag-specs.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
2323
s.files = Dir['{lib}/**/*'] + ['MIT-LICENSE', 'Rakefile', '.rubocop_rspec_alias_config.yml']
2424

2525
s.add_dependency 'activesupport', '>= 5.2', '< 8.2'
26-
s.add_dependency 'json-schema', '>= 2.2', '< 6.0'
26+
s.add_dependency 'json-schema', '>= 2.2', '< 7.0'
2727
s.add_dependency 'railties', '>= 5.2', '< 8.2'
2828
s.add_dependency 'rspec-core', '>=3.12'
2929

0 commit comments

Comments
 (0)