From 3a8b2822f148671214e370e7b4e58f5063dd3462 Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Thu, 5 Sep 2024 19:52:34 +0530 Subject: [PATCH] Relax version constraint on `wdm` in new Gemfile (#9662) Merge pull request 9662 --- lib/jekyll/commands/new.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll/commands/new.rb b/lib/jekyll/commands/new.rb index 0a00f263..161a3dd3 100644 --- a/lib/jekyll/commands/new.rb +++ b/lib/jekyll/commands/new.rb @@ -97,7 +97,7 @@ module Jekyll end # Performance-booster for watching directories on Windows - gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] + gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin] # Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem # do not have a Java counterpart.