From a65278c306217599e0587561fda66ce51d444228 Mon Sep 17 00:00:00 2001 From: Andy Waite <13400+andyw8@users.noreply.github.com> Date: Thu, 19 Dec 2024 11:15:20 -0500 Subject: [PATCH] wip --- Gemfile | 6 ++---- Gemfile.lock | 4 ++++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index d5e4a694..35271d2a 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,5 @@ gem "rails", "8.0.0" # temporary gem "ruby-lsp", github: "Shopify/ruby-lsp", branch: "main" -# platforms :mingw, :x64_mingw, :mswin, :jruby do - # gem "tzinfo" - # gem "tzinfo-data" -# end +gem "tzinfo" +gem "tzinfo-data" diff --git a/Gemfile.lock b/Gemfile.lock index 8e113003..b5f311db 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