diff --git a/docs/Gemfile b/docs/Gemfile index b7d7381..8f9f76f 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -26,7 +26,7 @@ end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem # and associated library. install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do - gem "tzinfo", "~> 1.2" + gem "tzinfo", "~> 1.2", ">= 1.2.10" gem "tzinfo-data" end diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 5203539..97040f7 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -60,9 +60,9 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) thread_safe (0.3.6) - tzinfo (1.2.7) + tzinfo (1.2.11) thread_safe (~> 0.1) - tzinfo-data (1.2020.1) + tzinfo-data (1.2023.3) tzinfo (>= 1.0.0) wdm (0.1.1) @@ -73,7 +73,7 @@ DEPENDENCIES jekyll (~> 3.9.0) jekyll-feed (~> 0.15, >= 0.15.1) jekyll-theme-slate (~> 0.1.1) - tzinfo (~> 1.2) + tzinfo (~> 1.2, >= 1.2.10) tzinfo-data wdm (~> 0.1.0)