From 3af4ec1652c0aaf2eff722cb9066119d1560b4f2 Mon Sep 17 00:00:00 2001 From: ddiaz006 Date: Fri, 10 Jan 2025 10:37:49 -0600 Subject: [PATCH] Update website.yml update ruby version to 3.1.0 --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index be0b1875..ce8b960e 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '2.7' + ruby-version: '3.1.0' bundler-cache: true - name: Set up Python