diff --git a/Gemfile b/Gemfile index 964c74b..d64a892 100644 --- a/Gemfile +++ b/Gemfile @@ -6,11 +6,13 @@ gem "jekyll-theme-chirpy", "~> 7.1", ">= 7.1.1" gem "html-proofer", "~> 5.0", group: :test -#mswin, +#:mswin, platforms :mingw, :x64_mingw, :jruby do gem "tzinfo", ">= 1", "< 3" gem "tzinfo-data" end -gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] +#:mswin, + +gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw]