Skip to content

Commit

Permalink
Merge pull request #288 from chef/rack
Browse files Browse the repository at this point in the history
Require Rack 2.0.6 or later to resolve CVEs
  • Loading branch information
tas50 committed Nov 15, 2018
2 parents 911a8ad + 96e8b20 commit 0e8fa4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chef-zero.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.add_dependency "hashie", ">= 2.0", "< 4.0"
s.add_dependency "uuidtools", "~> 2.1"
s.add_dependency "ffi-yajl", "~> 2.2"
s.add_dependency "rack", "~> 2.0"
s.add_dependency "rack", "~> 2.0", ">= 2.0.6"

s.add_development_dependency "rake"
s.add_development_dependency "rspec"
Expand Down

0 comments on commit 0e8fa4b

Please sign in to comment.