From b23fdf21c7faaa26c1486417d5a2b19933af176d Mon Sep 17 00:00:00 2001 From: Dylan Ratcliffe Date: Sat, 16 Mar 2024 13:59:02 +0000 Subject: [PATCH] Added ruby version --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2aaf67e..e6d5c38 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,6 +13,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: + ruby-version: 3.2.3 bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Release Gem