From c2a6d5b3901ca3d7150190b2f548a1013958a7b6 Mon Sep 17 00:00:00 2001 From: Andy Waite <13400+andyw8@users.noreply.github.com> Date: Wed, 18 Dec 2024 10:20:40 -0500 Subject: [PATCH] tzinfo --- Gemfile | 4 ++-- Gemfile.lock | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 2673581f..f93a9ae6 100644 --- a/Gemfile +++ b/Gemfile @@ -21,6 +21,6 @@ gem "rails", "8.0.0" gem "ruby-lsp", github: "Shopify/ruby-lsp", branch: "andyw8/add-test-helper-methods-from-rails-addon" # # platforms :mingw, :x64_mingw, :mswin, :jruby do -# gem "tzinfo" -# gem "tzinfo-data" +gem "tzinfo" +gem "tzinfo-data" # # end diff --git a/Gemfile.lock b/Gemfile.lock index b5d3eac2..f35fa7f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -259,6 +259,8 @@ GEM timeout (0.4.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) + tzinfo-data (1.2024.2) + tzinfo (>= 1.0.0) unicode-display_width (2.6.0) uri (1.0.1) useragent (0.16.10) @@ -292,6 +294,8 @@ DEPENDENCIES sorbet-static-and-runtime sqlite3 tapioca (~> 0.13) + tzinfo + tzinfo-data BUNDLED WITH 2.5.19