From 7cda45ca8a008e7af584aa878a7d3a40cddf6077 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 04:59:00 +0000 Subject: [PATCH] Update dependency ruby to v4 --- .ruby-version | 2 +- Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index b0f6bf0c..7636e756 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.4.10 +4.0.5 diff --git a/Gemfile b/Gemfile index 78e806ce..2b0e68f7 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -ruby "2.4.10" +ruby "4.0.5" gem "jekyll", "4.2.0" # Ensure this matches the version you need gem "webrick" # Necessary if you're using Ruby 3.0.0+