File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 88
88
HOST_RUNNER_IMAGE : ${{ matrix.os }}
89
89
METERPRETER : ${{ matrix.meterpreter.name }}
90
90
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"
93
92
94
93
name : ${{ matrix.meterpreter.name }} ${{ matrix.meterpreter.runtime_version }} ${{ matrix.os }}
95
94
steps :
@@ -133,14 +132,6 @@ jobs:
133
132
- name : Checkout code
134
133
uses : actions/checkout@v4
135
134
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
-
144
135
- name : Setup Ruby
145
136
env :
146
137
BUNDLE_FORCE_RUBY_PLATFORM : true
Original file line number Diff line number Diff line change 352
352
ast (~> 2.4.1 )
353
353
racc
354
354
patch_finder (1.0.2 )
355
- pcaprub (0.13.2 )
355
+ pcaprub (0.13.3 )
356
356
pdf-reader (2.12.0 )
357
357
Ascii85 (~> 1.0 )
358
358
afm (~> 0.2.1 )
You can’t perform that action at this time.
0 commit comments