Land #10898, pin concurrent-ruby to 1.0.5
parent
d16019932c
commit
ff721a96bb
|
@ -9,6 +9,7 @@ PATH
|
|||
bcrypt
|
||||
bcrypt_pbkdf
|
||||
bit-struct
|
||||
concurrent-ruby (= 1.0.5)
|
||||
dnsruby
|
||||
ed25519
|
||||
faker
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue