diff --git a/Gemfile b/Gemfile index a1b4f74..c3f4b80 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ end gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] # Performance-booster for watching directories on Windows -gem "wdm", "~> 0.1.0" if Gem.win_platform? +gem "wdm", "~> 0.2.0" if Gem.win_platform? # Testing framework gem "html-proofer"