Skip to content

Commit 92c31e7

Browse files
Merge pull request #192 from dwelch-r7/pin-rubyzip
Pin rubyzip version until we can upgrade
2 parents df78a93 + 605de5b commit 92c31e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metasploit-credential.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Gem::Specification.new do |s|
3131
# Metasploit::Credential::NTLMHash helper methods
3232
s.add_runtime_dependency 'rubyntlm'
3333
# Required for supporting the en masse importation of SSH Keys
34-
s.add_runtime_dependency 'rubyzip'
34+
s.add_runtime_dependency 'rubyzip', '<3.0.0'
3535

3636
s.add_runtime_dependency 'rex-socket'
3737

0 commit comments

Comments
 (0)