Skip to content

Commit 8fa437e

Browse files
authored
Land rapid7#19365, Update pcaprub dependency to 0.13.3
2 parents 52fb857 + 21cb88e commit 8fa437e

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/workflows/acceptance.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ jobs:
8888
HOST_RUNNER_IMAGE: ${{ matrix.os }}
8989
METERPRETER: ${{ matrix.meterpreter.name }}
9090
METERPRETER_RUNTIME_VERSION: ${{ matrix.meterpreter.runtime_version }}
91-
# pcaprub skipped until new version released: https://github.com/pcaprub/pcaprub/issues/70
92-
BUNDLE_WITHOUT: "coverage development pcaprub"
91+
BUNDLE_WITHOUT: "coverage development"
9392

9493
name: ${{ matrix.meterpreter.name }} ${{ matrix.meterpreter.runtime_version }} ${{ matrix.os }}
9594
steps:
@@ -133,14 +132,6 @@ jobs:
133132
- name: Checkout code
134133
uses: actions/checkout@v4
135134

136-
# pcaprub skipped until new version released: https://github.com/pcaprub/pcaprub/issues/70
137-
- name: Remove pcaprub dependency
138-
shell: pwsh
139-
if: runner.os == 'Windows'
140-
run: |
141-
Set-Content -Path "Gemfile.lock" -Value (Get-Content -Path "Gemfile.lock" | Select-String -Pattern 'pcaprub' -NotMatch | Select-String -Pattern 'packetfu' -NotMatch)
142-
Set-Content -Path "metasploit-framework.gemspec" -Value (Get-Content -Path "metasploit-framework.gemspec" | Select-String -Pattern 'pcaprub' -NotMatch | Select-String -Pattern 'packetfu' -NotMatch)
143-
144135
- name: Setup Ruby
145136
env:
146137
BUNDLE_FORCE_RUBY_PLATFORM: true

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ GEM
352352
ast (~> 2.4.1)
353353
racc
354354
patch_finder (1.0.2)
355-
pcaprub (0.13.2)
355+
pcaprub (0.13.3)
356356
pdf-reader (2.12.0)
357357
Ascii85 (~> 1.0)
358358
afm (~> 0.2.1)

0 commit comments

Comments
 (0)