From f54dc9cb25a07bf48d8c4388d51e7b9ba9a9055f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 07:42:45 +0000 Subject: [PATCH] build(deps): update dependency tzinfo to ">= 1.2.11", "< 3" --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b15f389..774dd1f 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem "just-the-docs" # 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", "< 3" + gem "tzinfo", ">= 1.2.11", "< 3" gem "tzinfo-data" end