From 5f2fd0cfa01df41e64e9e6da6b413cbef18ee23c Mon Sep 17 00:00:00 2001 From: adfoster-r7 Date: Tue, 24 Sep 2024 17:08:18 +0100 Subject: [PATCH] Remove bundler patch --- config/patches/metasploit-framework/bundler.patch | 10 ---------- config/software/metasploit-framework.rb | 1 - 2 files changed, 11 deletions(-) delete mode 100644 config/patches/metasploit-framework/bundler.patch 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('.')