Land #16470, restrict ruby_smb to patch version

This commit is contained in:
adfoster-r7 2022-04-19 10:15:08 +01:00 committed by GitHub
commit 253f791478
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ PATH
rex-text
rex-zip
ruby-macho
ruby_smb (~> 3.1)
ruby_smb (~> 3.1.0)
rubyntlm
rubyzip
sinatra

View File

@ -140,7 +140,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', '~> 3.1'
spec.add_runtime_dependency 'ruby_smb', '~> 3.1.0'
spec.add_runtime_dependency 'net-ldap'
spec.add_runtime_dependency 'net-smtp'
spec.add_runtime_dependency 'winrm'