mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-10-29 18:07:27 +01:00
pin concurrent-ruby to 1.0.5
1.1.0 is not available yet
This commit is contained in:
parent
7d69eeed46
commit
7baa35375a
@ -9,6 +9,7 @@ PATH
|
||||
bcrypt
|
||||
bcrypt_pbkdf
|
||||
bit-struct
|
||||
concurrent-ruby (= 1.0.5)
|
||||
dnsruby
|
||||
ed25519
|
||||
faker
|
||||
@ -117,7 +118,7 @@ GEM
|
||||
bit-struct (0.16)
|
||||
builder (3.2.3)
|
||||
coderay (1.1.2)
|
||||
concurrent-ruby (1.1.0)
|
||||
concurrent-ruby (1.0.5)
|
||||
crass (1.0.4)
|
||||
daemons (1.2.6)
|
||||
diff-lcs (1.3)
|
||||
@ -372,4 +373,4 @@ DEPENDENCIES
|
||||
yard
|
||||
|
||||
BUNDLED WITH
|
||||
1.16.4
|
||||
1.17.1
|
||||
|
@ -195,4 +195,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
Block a user