Skip to content

Commit

Permalink
Use latest pcaprub release
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 committed Apr 30, 2024
1 parent c3e1ef8 commit 0008a23
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,19 +303,19 @@ jobs:
# https:/ruby/setup-ruby/tree/d2b39ad0b52eca07d23f3aa14fdf2a3fcc1f411c#windows
bundler: 2.2.33

# We need to create the pcaprub gem ourselves until 0.13.2 is released (https:/pcaprub/pcaprub/issues/67)
- name: Checkout pcaprub
uses: actions/checkout@v4
with:
repository: pcaprub/pcaprub
path: pcaprub
ref: '5440ca93dafd15e7d3bb009fc1bb9a15e80d03f9'

- name: Create pcaprub gem
run: |
cd pcaprub
bundle
rake gem
# If you need to build a custom version of pcaprub:
# - name: Checkout pcaprub
# uses: actions/checkout@v4
# with:
# repository: pcaprub/pcaprub
# path: pcaprub
# ref: '5440ca93dafd15e7d3bb009fc1bb9a15e80d03f9'

# - name: Create pcaprub gem
# run: |
# cd pcaprub
# bundle
# rake gem

# Checkout framework
- name: Checkout metasploit-framework code
Expand Down
2 changes: 1 addition & 1 deletion config/software/pcaprub.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#

name "pcaprub"
default_version "0.13.1"
default_version "0.13.2"

if windows?
dependency "ruby-windows"
Expand Down

0 comments on commit 0008a23

Please sign in to comment.