Skip to content

Commit

Permalink
fix: alltid installer tzinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
adalinesimonian committed Feb 24, 2024
1 parent 2d3b770 commit d8b6257
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@ group :jekyll_plugins do
gem "jekyll-seo-tag", "~> 2.8"
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", ">= 1", "< 3"
gem "tzinfo-data"
end
gem "tzinfo", ">= 1", "< 3"
gem "tzinfo-data"

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
Expand Down

0 comments on commit d8b6257

Please sign in to comment.