From 7b948c8ed8facf6ff693909ba4ac18caeb9a816f Mon Sep 17 00:00:00 2001 From: adfoster-r7 Date: Tue, 3 Dec 2024 20:31:05 +0000 Subject: [PATCH] Compile with Ruby 3.2.5 --- .github/workflows/verify.yml | 8 ++++---- .ruby-version | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index b80e91f4..da9ec41f 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -293,9 +293,9 @@ jobs: fail-fast: false matrix: os: - - macos-12 + - macos-13 ruby: - - 3.0.6 + - 3.2.5 name: ${{ matrix.os }} steps: @@ -368,7 +368,7 @@ jobs: os: - windows-2022 ruby: - - 3.0.6 + - 3.2.5 name: ${{ matrix.os }} steps: @@ -404,7 +404,7 @@ jobs: working-directory: metasploit-omnibus # Github actions with Ruby requires Bundler 2.2.18+ # https://github.com/ruby/setup-ruby/tree/d2b39ad0b52eca07d23f3aa14fdf2a3fcc1f411c#windows - bundler: 2.2.33 + bundler: 2.5.10 # If you need to build a custom version of pcaprub: # - name: Checkout pcaprub diff --git a/.ruby-version b/.ruby-version index 818bd47a..5ae69bd5 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.0.6 +3.2.5