Skip to content

Commit

Permalink
Bump openapi_parser dependency to 2.0 (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
aburgel authored Jan 14, 2024
1 parent 416b4d7 commit aebcc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion committee.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.add_dependency "json_schema", "~> 0.14", ">= 0.14.3"

s.add_dependency "rack", ">= 1.5"
s.add_dependency "openapi_parser", "~> 1.0"
s.add_dependency "openapi_parser", "~> 2.0"

s.add_development_dependency "minitest", "~> 5.3"
s.add_development_dependency "rack-test", "~> 0.8"
Expand Down

0 comments on commit aebcc10

Please sign in to comment.