From 370fc5e6f2046d80f108337487704f22b1546461 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 12:33:19 +0000 Subject: [PATCH] Bump tzinfo-data from 1.2023.3 to 1.2024.1 Bumps [tzinfo-data](https://github.com/tzinfo/tzinfo-data) from 1.2023.3 to 1.2024.1. - [Release notes](https://github.com/tzinfo/tzinfo-data/releases) - [Commits](https://github.com/tzinfo/tzinfo-data/compare/v1.2023.3...v1.2024.1) --- updated-dependencies: - dependency-name: tzinfo-data dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index df0bd06..e4dea58 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ gem 'jekyll' gem 'jekyll-paginate' gem 'jekyll-sitemap' gem 'jekyll-relative-links' -gem "tzinfo-data", "~> 1.2023" +gem "tzinfo-data", "~> 1.2024" # windows specific gem 'wdm', '>= 0.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 63f61ba..df6db62 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,7 @@ GEM addressable (2.8.1) public_suffix (>= 2.0.2, < 6.0) colorator (1.1.0) - concurrent-ruby (1.2.2) + concurrent-ruby (1.2.3) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) @@ -68,7 +68,7 @@ GEM unicode-display_width (>= 1.1.1, < 3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - tzinfo-data (1.2023.3) + tzinfo-data (1.2024.1) tzinfo (>= 1.0.0) unicode-display_width (2.4.2) wdm (0.1.1) @@ -84,7 +84,7 @@ DEPENDENCIES jekyll-paginate jekyll-relative-links jekyll-sitemap - tzinfo-data (~> 1.2023) + tzinfo-data (~> 1.2024) wdm (>= 0.1.0) webrick