mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
Update rubyzip to resolve a directory traversal security vulnerability. (#3388)
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
7bce297cd9
commit
6e887ff4b7
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
|
|||
spec.add_dependency 'thor', '~> 0.20'
|
||||
spec.add_dependency 'json', '>= 1.8', '< 3.0'
|
||||
spec.add_dependency 'method_source', '~> 0.8'
|
||||
spec.add_dependency 'rubyzip', '~> 1.1'
|
||||
spec.add_dependency 'rubyzip', '~> 1.2', '>= 1.2.2'
|
||||
spec.add_dependency 'rspec', '~> 3'
|
||||
spec.add_dependency 'rspec-its', '~> 1.2'
|
||||
spec.add_dependency 'pry', '~> 0'
|
||||
|
|
Loading…
Reference in a new issue