Skip to content

Commit

Permalink
Land #19365, Update pcaprub dependency to 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-r7 authored Aug 5, 2024
2 parents 52fb857 + 21cb88e commit 8fa437e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8fa437e

Please sign in to comment.