From 7e2bf1aee18a2a73df56b7d8f815e9d3432cf30a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 20:16:58 +0000 Subject: [PATCH] chore(deps): update ruby packages --- docs/Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index 016d03ac..b27611ab 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -1,13 +1,13 @@ source "https://rubygems.org" group :jekyll_plugins do - gem "github-pages", "~> 209" + gem "github-pages", "~> 232" end # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem # and associated library. platforms :mingw, :x64_mingw, :mswin, :jruby do - gem "tzinfo", "~> 1.2" + gem "tzinfo", "~> 2.0" gem "tzinfo-data" end