Skip to content

Commit

Permalink
tzinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Dec 18, 2024
1 parent 910cd20 commit c2a6d5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -292,6 +294,8 @@ DEPENDENCIES
sorbet-static-and-runtime
sqlite3
tapioca (~> 0.13)
tzinfo
tzinfo-data

BUNDLED WITH
2.5.19

0 comments on commit c2a6d5b

Please sign in to comment.