From 8fbc42afe2d774d1cf12b229e0de0dd3ef3a6aea Mon Sep 17 00:00:00 2001 From: Nico Alba Date: Tue, 9 Jun 2026 15:11:38 +0000 Subject: [PATCH] Bump Ruby to 3.3 in Algolia workflow nokogiri now requires Ruby >= 3.0; the old 2.6 pin causes Bundler to fail resolving dependencies. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/update-algolia.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-algolia.yml b/.github/workflows/update-algolia.yml index a19f6a225d2e..79e4e16e133b 100644 --- a/.github/workflows/update-algolia.yml +++ b/.github/workflows/update-algolia.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.6 # Not needed with a .ruby-version file + ruby-version: '3.3' bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Actually Update Algolia env: