Skip to content

Commit

Permalink
chore: CVE-2025-25184: ensure rack version 3.1.10 or greater.
Browse files Browse the repository at this point in the history
  • Loading branch information
impurist committed Feb 17, 2025
1 parent 87f7c5d commit cc365ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pact_broker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "sequel", "~> 5.28"
gem.add_runtime_dependency "webmachine", ">= 2.0.0.beta", "< 3.0"
gem.add_runtime_dependency "semver2", "~> 3.4.2"
gem.add_runtime_dependency "rack", "~> 3.1"
gem.add_runtime_dependency "rack", "~> 3.1", ">= 3.1.10"
gem.add_runtime_dependency "redcarpet", ">= 3.5.1", "~>3.5"
gem.add_runtime_dependency "pact-support" , ">= 1.21.2", "~> 1.21"
gem.add_runtime_dependency "haml", "~>5.0"
Expand Down

0 comments on commit cc365ce

Please sign in to comment.