Skip to content

Commit 97a3e02

Browse files
committed
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.
1 parent caf26fb commit 97a3e02

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

Gemfile

-2
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,3 @@ group :test do
5353
gem 'timecop'
5454
end
5555

56-
# remove after https://github.com/rapid7/ruby_smb/pull/260 is landed
57-
gem 'ruby_smb', git: 'https://github.com/zeroSteiner/ruby_smb', branch: 'feat/server/remove-share'

Gemfile.lock

+6-13
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
GIT
2-
remote: https://github.com/zeroSteiner/ruby_smb
3-
revision: feba8f6592c33c252c6b4e5dd576f2722ada6bf2
4-
branch: feat/server/remove-share
5-
specs:
6-
ruby_smb (3.3.2)
7-
bindata
8-
openssl-ccm
9-
openssl-cmac
10-
rubyntlm
11-
windows_error (>= 0.1.4)
12-
131
PATH
142
remote: .
153
specs:
@@ -485,6 +473,12 @@ GEM
485473
ruby-progressbar (1.13.0)
486474
ruby-rc4 (0.1.5)
487475
ruby2_keywords (0.0.5)
476+
ruby_smb (3.3.2)
477+
bindata
478+
openssl-ccm
479+
openssl-cmac
480+
rubyntlm
481+
windows_error (>= 0.1.4)
488482
rubyntlm (0.6.3)
489483
rubyzip (2.3.2)
490484
sawyer (0.9.2)
@@ -571,7 +565,6 @@ DEPENDENCIES
571565
rspec-rerun
572566
rubocop
573567
ruby-prof (= 1.4.2)
574-
ruby_smb!
575568
simplecov (= 0.18.2)
576569
test-prof
577570
timecop

0 commit comments

Comments
 (0)