Skip to content

Commit

Permalink
fix: update sintra to >= 2.0.2 to fix css vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jun 12, 2018
1 parent cdbdd1d commit 3023408
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 @@ -33,7 +33,7 @@ Gem::Specification.new do |gem|
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'
gem.add_runtime_dependency 'sinatra', '>= 2.0.1'
gem.add_runtime_dependency 'sinatra', '>= 2.0.2'
gem.add_runtime_dependency 'haml', '~>5.0'
gem.add_runtime_dependency 'sucker_punch', '~>2.0'
gem.add_runtime_dependency 'rack-protection', '~>2.0'
Expand Down

0 comments on commit 3023408

Please sign in to comment.