From be48bd90a0074c9b5d154ab18a5c85f5f0599069 Mon Sep 17 00:00:00 2001 From: Jacob Tomlinson Date: Thu, 21 Nov 2024 14:21:11 +0000 Subject: [PATCH 1/2] Experiment with setting ruby 3.3 --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1833f8de..ece2a604 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,6 @@ source "https://rubygems.org" -ruby RUBY_VERSION +ruby '~> 3.3.0' + # 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 From 752036da217e60709765a4c8031aeb8decabe9d4 Mon Sep 17 00:00:00 2001 From: Jacob Tomlinson Date: Thu, 21 Nov 2024 14:44:32 +0000 Subject: [PATCH 2/2] Set in the .ruby-version --- .ruby-version | 1 + Gemfile | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 .ruby-version diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 00000000..9c25013d --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +3.3.6 diff --git a/Gemfile b/Gemfile index ece2a604..1833f8de 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,5 @@ source "https://rubygems.org" -ruby '~> 3.3.0' - +ruby RUBY_VERSION # 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