Bump ruby_smb to 3.3.2

This pulls in the changes from rapid7/ruby_smb#260 which adds the
 #remove_share method that is needed for cleanup.
This commit is contained in:
Spencer McIntyre 2024-01-26 14:56:57 -05:00
parent caf26fbe55
commit 97a3e0291e
2 changed files with 6 additions and 15 deletions

View File

@ -53,5 +53,3 @@ group :test do
gem 'timecop'
end
# remove after https://github.com/rapid7/ruby_smb/pull/260 is landed
gem 'ruby_smb', git: 'https://github.com/zeroSteiner/ruby_smb', branch: 'feat/server/remove-share'

View File

@ -1,15 +1,3 @@
GIT
remote: https://github.com/zeroSteiner/ruby_smb
revision: feba8f6592c33c252c6b4e5dd576f2722ada6bf2
branch: feat/server/remove-share
specs:
ruby_smb (3.3.2)
bindata
openssl-ccm
openssl-cmac
rubyntlm
windows_error (>= 0.1.4)
PATH
remote: .
specs:
@ -485,6 +473,12 @@ GEM
ruby-progressbar (1.13.0)
ruby-rc4 (0.1.5)
ruby2_keywords (0.0.5)
ruby_smb (3.3.2)
bindata
openssl-ccm
openssl-cmac
rubyntlm
windows_error (>= 0.1.4)
rubyntlm (0.6.3)
rubyzip (2.3.2)
sawyer (0.9.2)
@ -571,7 +565,6 @@ DEPENDENCIES
rspec-rerun
rubocop
ruby-prof (= 1.4.2)
ruby_smb!
simplecov (= 0.18.2)
test-prof
timecop