From e2119f2bd400f2514d0755e31a573ded008acf97 Mon Sep 17 00:00:00 2001 From: Jeremy Evans Date: Sun, 21 Jul 2024 10:05:03 -0700 Subject: [PATCH] Use Ruby 3.3 for gh_pages build Hopefully this will fix the following error: You have already activated uri 0.12.1, but your Gemfile requires uri 0.13.0. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index c30ff22..f0e6b5d 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -23,7 +23,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.152.0 with: - ruby-version: '3.2' + ruby-version: '3.3' bundler-cache: true - name: Setup Pages id: pages