From f839c3de98ca48f029dd031078b70e4178021502 Mon Sep 17 00:00:00 2001 From: Cameron Hopkinson Date: Mon, 2 Mar 2026 12:56:20 +1300 Subject: [PATCH] Specify ruby version for docs --- docs/Gemfile | 2 ++ docs/Gemfile.lock | 3 +++ 2 files changed, 5 insertions(+) diff --git a/docs/Gemfile b/docs/Gemfile index 0306c29acce..838ffc058c6 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -1,3 +1,5 @@ +ruby "~> 3" + source "https://rubygems.org" # Hello! This is where you manage which Jekyll version is used to run. # When you want to use a different version, change it below, save the diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 9236c410646..e3ee2352a70 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -283,5 +283,8 @@ DEPENDENCIES wdm (~> 0.2.0) webrick (~> 1.7) +RUBY VERSION + ruby 3.4.8p72 + BUNDLED WITH 2.4.20