Skip to content

Commit

Permalink
Temporarily remove tzinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Dec 18, 2024
1 parent ed2d38a commit 8622089
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem "psych", "~> 5.1", require: false
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"
end
# # platforms :mingw, :x64_mingw, :mswin, :jruby do
# gem "tzinfo"
# gem "tzinfo-data"
# # end
4 changes: 0 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,6 @@ GEM
timeout (0.4.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2024.1)
tzinfo (>= 1.0.0)
unicode-display_width (2.6.0)
uri (1.0.1)
useragent (0.16.10)
Expand Down Expand Up @@ -294,8 +292,6 @@ DEPENDENCIES
sorbet-static-and-runtime
sqlite3
tapioca (~> 0.13)
tzinfo
tzinfo-data

BUNDLED WITH
2.5.19

0 comments on commit 8622089

Please sign in to comment.