From 297d3e864185b4c605e4ef2e03c281bd6c126b67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 13:57:19 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v2.7.8 --- .ruby-version | 2 +- Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index b0f6bf0c..6a81b4c8 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.4.10 +2.7.8 diff --git a/Gemfile b/Gemfile index 78e806ce..19204caf 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -ruby "2.4.10" +ruby "2.7.8" gem "jekyll", "4.2.0" # Ensure this matches the version you need gem "webrick" # Necessary if you're using Ruby 3.0.0+