Restrict the ruby_smb gem version until v2.0 has been tested more

This commit is contained in:
Spencer McIntyre 2020-06-04 13:59:41 -04:00
parent 38649950ad
commit 8bfe71148b
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ PATH
rex-text
rex-zip
ruby-macho
ruby_smb
ruby_smb (~> 1.1)
rubyntlm
rubyzip
sinatra

View File

@ -136,7 +136,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'net-ssh'
spec.add_runtime_dependency 'ed25519' # Adds ed25519 keys for net-ssh
spec.add_runtime_dependency 'bcrypt_pbkdf'
spec.add_runtime_dependency 'ruby_smb'
spec.add_runtime_dependency 'ruby_smb', '~> 1.1'
spec.add_runtime_dependency 'net-ldap'
#