Land #10898, pin concurrent-ruby to 1.0.5

4.x
Jeffrey Martin 2018-11-01 16:55:21 -05:00 committed by Metasploit
parent d16019932c
commit ff721a96bb
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
2 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,7 @@ PATH
bcrypt
bcrypt_pbkdf
bit-struct
concurrent-ruby (= 1.0.5)
dnsruby
ed25519
faker

View File

@ -190,4 +190,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'xdr'
# Needed for ::Msf...CertProvider
spec.add_runtime_dependency 'faker'
# Pinned as a dependency of i18n to the last working version
spec.add_runtime_dependency 'concurrent-ruby','1.0.5'
end