diff --git a/config/patches/metasploit-framework/bundler.patch b/config/patches/metasploit-framework/bundler.patch deleted file mode 100644 index d6aa414..0000000 --- a/config/patches/metasploit-framework/bundler.patch +++ /dev/null @@ -1,10 +0,0 @@ -diff --git a/Gemfile.lock b/Gemfile.lock -index 6802316759..89aaddd322 100644 ---- Gemfile.lock 2024-05-17 12:32:16 -+++ Gemfile.lock 2024-05-17 12:32:59 -@@ -574,4 +574,4 @@ - yard - - BUNDLED WITH -- 2.1.4 -+ 2.5.10 diff --git a/config/software/metasploit-framework.rb b/config/software/metasploit-framework.rb index 8884cdf..2c4a816 100644 --- a/config/software/metasploit-framework.rb +++ b/config/software/metasploit-framework.rb @@ -53,7 +53,6 @@ def has_windows_metasploit_framework_repo? build do patch_env = with_standard_compiler_flags(with_embedded_path) - patch source: "bundler.patch", plevel: 0, env: patch_env copy "#{project_dir}", "#{install_dir}/embedded/framework" major, minor, patch = Omnibus::BuildVersion.semver.split('.')