From e8f0fd57aae5f4a4ce1304d85aa9936b21210110 Mon Sep 17 00:00:00 2001 From: "Thomas J. Webb" Date: Wed, 23 Apr 2025 16:22:18 -0700 Subject: [PATCH] Upgraded ruby version --- .github/workflows/jekyll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index fd359ed..d2a27d3 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -37,7 +37,7 @@ jobs: # https://github.com/ruby/setup-ruby/releases/tag/v1.207.0 uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 with: - ruby-version: '3.0' # Not needed with a .ruby-version file + # ruby-version: '3.0' # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically cache-version: 0 # Increment this number if you need to re-download cached gems - name: Setup Pages