From 0008a23ae569a58e424c471363cef575235bd86a Mon Sep 17 00:00:00 2001 From: adfoster-r7 Date: Tue, 30 Apr 2024 20:51:30 +0100 Subject: [PATCH] Use latest pcaprub release --- .github/workflows/verify.yml | 26 +++++++++++++------------- config/software/pcaprub.rb | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 630b37d..6149bc9 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -303,19 +303,19 @@ jobs: # https://github.com/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://github.com/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 diff --git a/config/software/pcaprub.rb b/config/software/pcaprub.rb index 952decd..5672b23 100644 --- a/config/software/pcaprub.rb +++ b/config/software/pcaprub.rb @@ -15,7 +15,7 @@ # name "pcaprub" -default_version "0.13.1" +default_version "0.13.2" if windows? dependency "ruby-windows"