From 971cc710aca667a784ee46f7b922520cf3296f29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Dalen=C3=A7on?= Date: Tue, 10 Mar 2026 11:20:13 +0100 Subject: [PATCH 1/3] DAGE-961: Force Ruby version --- .ruby-version | 1 + 1 file changed, 1 insertion(+) create mode 100644 .ruby-version diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 000000000..acf9bf09d --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +3.2.2 \ No newline at end of file From d3bed0e26695a6b466fdc5ac511800e9d8ac674f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Dalen=C3=A7on?= Date: Tue, 10 Mar 2026 11:42:53 +0100 Subject: [PATCH 2/3] Revert "DAGE-961: Force Ruby version" This reverts commit 971cc710aca667a784ee46f7b922520cf3296f29. --- .ruby-version | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .ruby-version diff --git a/.ruby-version b/.ruby-version deleted file mode 100644 index acf9bf09d..000000000 --- a/.ruby-version +++ /dev/null @@ -1 +0,0 @@ -3.2.2 \ No newline at end of file From 742d83648d1c2cae1f8c4a11ecbc0cd9a8789fd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Dalen=C3=A7on?= Date: Tue, 10 Mar 2026 14:23:09 +0100 Subject: [PATCH 3/3] DAGE-961: Update liquid to 4.0.4 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index bc8977a46..82ec70670 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,7 +45,7 @@ GEM rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - liquid (4.0.3) + liquid (4.0.4) listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10)