From f962f66c17d074ead4ff6e34df782563dd9ec5c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 21:11:03 +0000 Subject: [PATCH] Bump tzinfo from 1.2.11 to 2.0.6 in /docs Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.11 to 2.0.6. - [Release notes](https://github.com/tzinfo/tzinfo/releases) - [Changelog](https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md) - [Commits](https://github.com/tzinfo/tzinfo/compare/v1.2.11...v2.0.6) --- updated-dependencies: - dependency-name: tzinfo dependency-version: 2.0.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/Gemfile | 2 +- docs/Gemfile.lock | 31 ++++++++++++++++++++----------- 2 files changed, 21 insertions(+), 12 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index 3bf9f57..efb7e4f 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -27,7 +27,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", "~> 2.0" gem "tzinfo-data" end diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 0d1a84d..7962960 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -1,15 +1,23 @@ GEM remote: https://rubygems.org/ specs: - activesupport (6.0.6.1) - concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2, >= 2.2.2) + activesupport (8.1.3) + base64 + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb + i18n (>= 1.6, < 2) + json + logger (>= 1.4.2) + minitest (>= 5.1) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) addressable (2.9.0) public_suffix (>= 2.0.2, < 8.0) base64 (0.3.0) + bigdecimal (4.1.1) coffee-script (2.4.1) coffee-script-source execjs @@ -17,11 +25,13 @@ GEM colorator (1.1.0) commonmarker (0.23.12) concurrent-ruby (1.3.6) + connection_pool (3.0.2) csv (3.3.5) dnsruby (1.73.1) base64 (>= 0.2) logger (~> 1.6) simpleidn (~> 0.2.1) + drb (2.2.3) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) @@ -252,21 +262,20 @@ GEM sawyer (0.9.3) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) + securerandom (0.4.1) simpleidn (0.2.3) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) - thread_safe (0.3.6) typhoeus (1.6.0) ethon (>= 0.18.0) - tzinfo (1.2.11) - thread_safe (~> 0.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) tzinfo-data (1.2026.1) tzinfo (>= 1.0.0) unicode-display_width (1.8.0) uri (1.1.1) wdm (0.1.1) webrick (1.9.2) - zeitwerk (2.7.5) PLATFORMS ruby @@ -275,7 +284,7 @@ DEPENDENCIES github-pages (~> 232) jekyll-feed (~> 0.6) jemoji - tzinfo (~> 1.2) + tzinfo (~> 2.0) tzinfo-data wdm (~> 0.1.0)