Skip to content

Commit

Permalink
Declare Rack compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tt committed Jun 12, 2024
1 parent ebd8db1 commit 6c2e5d8
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 @@ -22,7 +22,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 "rack", ">= 1.5", "< 3.1"
s.add_dependency "openapi_parser", "~> 2.0"

s.add_development_dependency "minitest", "~> 5.3"
Expand Down

0 comments on commit 6c2e5d8

Please sign in to comment.