From f6bb090232c9872a28a8420878041d9ca30e59f1 Mon Sep 17 00:00:00 2001 From: Down to the Wire <8404598+wireddown@users.noreply.github.com> Date: Sun, 31 May 2026 15:03:48 -0700 Subject: [PATCH 1/2] Add .ruby-version file --- .ruby-version | 1 + 1 file changed, 1 insertion(+) create mode 100644 .ruby-version diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 00000000000..7bcbb3808b5 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +3.4.9 From 462a0ac3b3f9acb4edb4b62b3ede779e62679230 Mon Sep 17 00:00:00 2001 From: Down to the Wire <8404598+wireddown@users.noreply.github.com> Date: Sun, 31 May 2026 15:05:51 -0700 Subject: [PATCH 2/2] Remove version from setup-ruby because the action reads the .ruby-version file --- .github/workflows/publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 903aefd5210..c0208afd41a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,8 +27,6 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0 - with: - ruby-version: '3.4' - name: Install build dependencies run: |