From 97a3e0291ecc3dc92de83cf35b96bf23b4760048 Mon Sep 17 00:00:00 2001 From: Spencer McIntyre Date: Fri, 26 Jan 2024 14:56:57 -0500 Subject: [PATCH] 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. --- Gemfile | 2 -- Gemfile.lock | 19 ++++++------------- 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/Gemfile b/Gemfile index 99326addc6..83b7b2811f 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index 4acf2bd31a..6941a4df9b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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