From ed2fd367d38d47fe3382b47bb09ce3c68f1fa96c Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Thu, 29 Dec 2022 14:22:29 -0600 Subject: [PATCH] Pin ruby at 3.1. .. it looks like the non-string value `3.0` was probably being interpreted as `3` aka `3.x`? Previously it looks like we built with 'ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e) [x86_64-linux]' so I chose to pin at "3.1" --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a6c4a43..ca10b52e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: python-version: 3.x - uses: ruby/setup-ruby@v1 with: - ruby-version: 3.0 + ruby-version: '3.1' bundler-cache: true - name: Install Dependencies run: |