From 0f7e2f5cfe8beac38fd40828c3496eba569837d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 17:08:40 +0000 Subject: [PATCH] chore(deps): update dependency tzinfo to v2 --- docs/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Gemfile b/docs/Gemfile index f9eb77a02..acfb1fec4 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -6,7 +6,7 @@ group :jekyll_plugins do end platforms :mingw, :x64_mingw, :mswin, :jruby do - gem "tzinfo", "~> 1.2" + gem "tzinfo", "~> 2.0" gem "tzinfo-data" end