diff --git a/Gemfile b/Gemfile index 9e8b59a1c..41e558c35 100644 --- a/Gemfile +++ b/Gemfile @@ -27,11 +27,12 @@ group :jekyll_plugins do gem 'jekyll-redirect-from' end -gem "tzinfo-data" + # 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.2" + gem "tzinfo-data" end # Performance-booster for watching directories on Windows diff --git a/Gemfile.lock b/Gemfile.lock index cf8307545..dfda3fadc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -128,8 +128,6 @@ GEM unicode-display_width (~> 1.1, >= 1.1.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - tzinfo-data (1.2023.3) - tzinfo (>= 1.0.0) unicode-display_width (1.8.0) verbal_expressions (0.1.5) webrick (1.8.1)