add ruby_smb as a dep

added the ruby_smb library to the gemspec

MS-2557
bug/bundler_fix
David Maloney 2017-03-28 16:12:12 -05:00
parent 5bcddbd4a6
commit 2d9c2321d1
No known key found for this signature in database
GPG Key ID: DEDBA9DC3A913DB2
2 changed files with 8 additions and 0 deletions

View File

@ -53,6 +53,7 @@ PATH
rex-text
rex-zip
robots
ruby_smb
rubyntlm
rubyzip
sqlite3
@ -102,6 +103,7 @@ GEM
rspec-expectations (>= 2.99)
thor (~> 0.19)
bcrypt (3.1.11)
bindata (2.3.5)
bit-struct (0.15.0)
builder (3.2.3)
capybara (2.13.0)
@ -323,6 +325,11 @@ GEM
rspec-mocks (~> 3.5.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
ruby_smb (0.0.8)
bindata
bit-struct
rubyntlm (~> 0.5)
windows_error
rubyntlm (0.6.1)
rubyzip (1.2.1)
sawyer (0.8.1)

View File

@ -106,6 +106,7 @@ Gem::Specification.new do |spec|
# Protocol Libraries
#
spec.add_runtime_dependency 'net-ssh'
spec.add_runtime_dependency 'ruby_smb'
#
# REX Libraries