1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-08-28 23:26:18 +02:00

pin concurrent-ruby to 1.0.5

1.1.0 is not available yet
This commit is contained in:
Brent Cook 2018-11-01 14:14:00 -05:00
parent 7d69eeed46
commit 7baa35375a
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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