Skip to content

Commit

Permalink
fix: ensure latest version of rack is used to avoid vulnerability CVE…
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Nov 15, 2018
1 parent be5df84 commit 996953f
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 @@ -29,7 +29,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'sequel', '~> 5.6'
gem.add_runtime_dependency 'webmachine', '1.5.0'
gem.add_runtime_dependency 'semver2', '~> 3.4.2'
gem.add_runtime_dependency 'rack', '~>2.0'
gem.add_runtime_dependency 'rack', '>= 2.0.6', '~>2.0'
gem.add_runtime_dependency 'redcarpet', '>=3.3.2', '~>3.3'
gem.add_runtime_dependency 'pact-support'
gem.add_runtime_dependency 'padrino-core', '>= 0.14.3', '~> 0.14'
Expand Down

0 comments on commit 996953f

Please sign in to comment.