From 21cb88e510abf0ab9d081bd3c9743bd47b89bce7 Mon Sep 17 00:00:00 2001 From: adfoster-r7 Date: Mon, 5 Aug 2024 11:59:25 +0100 Subject: [PATCH] Update pcaprub dependency to 0.13.3 --- .github/workflows/acceptance.yml | 11 +---------- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml index 152371322a04..cebd411e0c96 100644 --- a/.github/workflows/acceptance.yml +++ b/.github/workflows/acceptance.yml @@ -88,8 +88,7 @@ jobs: HOST_RUNNER_IMAGE: ${{ matrix.os }} METERPRETER: ${{ matrix.meterpreter.name }} METERPRETER_RUNTIME_VERSION: ${{ matrix.meterpreter.runtime_version }} - # pcaprub skipped until new version released: https://github.com/pcaprub/pcaprub/issues/70 - BUNDLE_WITHOUT: "coverage development pcaprub" + BUNDLE_WITHOUT: "coverage development" name: ${{ matrix.meterpreter.name }} ${{ matrix.meterpreter.runtime_version }} ${{ matrix.os }} steps: @@ -133,14 +132,6 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - # pcaprub skipped until new version released: https://github.com/pcaprub/pcaprub/issues/70 - - name: Remove pcaprub dependency - shell: pwsh - if: runner.os == 'Windows' - run: | - Set-Content -Path "Gemfile.lock" -Value (Get-Content -Path "Gemfile.lock" | Select-String -Pattern 'pcaprub' -NotMatch | Select-String -Pattern 'packetfu' -NotMatch) - Set-Content -Path "metasploit-framework.gemspec" -Value (Get-Content -Path "metasploit-framework.gemspec" | Select-String -Pattern 'pcaprub' -NotMatch | Select-String -Pattern 'packetfu' -NotMatch) - - name: Setup Ruby env: BUNDLE_FORCE_RUBY_PLATFORM: true diff --git a/Gemfile.lock b/Gemfile.lock index 2bdf2e038acc..92a3d350fc68 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -352,7 +352,7 @@ GEM ast (~> 2.4.1) racc patch_finder (1.0.2) - pcaprub (0.13.2) + pcaprub (0.13.3) pdf-reader (2.12.0) Ascii85 (~> 1.0) afm (~> 0.2.1)