Skip to content

Commit 08ba1cb

Browse files
committed
feat: upgrade to latest versions of padrino-core and sinatra to fix CVE-2018-7212
1 parent 04c042e commit 08ba1cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pact_broker.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Gem::Specification.new do |gem|
3232
gem.add_runtime_dependency 'rack', '~>2.0'
3333
gem.add_runtime_dependency 'redcarpet', '>=3.3.2', '~>3.3'
3434
gem.add_runtime_dependency 'pact-support'
35-
gem.add_runtime_dependency 'padrino-core', '0.14.1' #locked due to https://travis-ci.org/pact-foundation/pact_broker/builds/343646988 TODO work out why and fix it
36-
gem.add_runtime_dependency 'sinatra', '2.0.0' #locked due to https://travis-ci.org/pact-foundation/pact_broker/builds/343646988 TODO work out why and fix it
35+
gem.add_runtime_dependency 'padrino-core', '>= 0.14.3', '~> 0.14'
36+
gem.add_runtime_dependency 'sinatra', '>= 2.0.1'
3737
gem.add_runtime_dependency 'haml', '~>4.0'
3838
gem.add_runtime_dependency 'sucker_punch', '~>2.0'
3939
gem.add_runtime_dependency 'rack-protection', '~>2.0'

0 commit comments

Comments
 (0)