Skip to content

Commit

Permalink
fix: bump rake dependency per CVE-2020-8130 (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
f1337 authored Aug 4, 2020
1 parent 6333937 commit 09feaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pact.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'pact-support', '~> 1.9'
gem.add_runtime_dependency 'pact-mock_service', '~> 3.0', '>= 3.3.1'

gem.add_development_dependency 'rake', '~> 10.0'
gem.add_development_dependency 'rake', '>= 12.3.3'
gem.add_development_dependency 'webmock', '~> 3.0'
gem.add_development_dependency 'fakefs', '0.5' # 0.6.0 blows up
gem.add_development_dependency 'hashie', '~> 2.0'
Expand Down

0 comments on commit 09feaa6

Please sign in to comment.