From cdfb8db097f17128beb0dc4f409c8622af5bd709 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Fri, 25 Nov 2022 22:44:02 +0100 Subject: [PATCH] Fix wdm --- Gemfile | 3 ++- Gemfile.lock | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 74e54c3..26066ec 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,8 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do end # Performance-booster for watching directories on Windows -gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] +#gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] +gem 'wdm', '>= 0.1.0' if Gem.win_platform? # LiveReload/Watch: Update WebRick and EventMachine gem "webrick", "~> 1.7" diff --git a/Gemfile.lock b/Gemfile.lock index ebbba53..ae97f5b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -91,7 +91,7 @@ DEPENDENCIES jekyll-redirect-from (~> 0.16) tzinfo (~> 1.2) tzinfo-data - wdm (~> 0.1.1) + wdm (>= 0.1.0) webrick (~> 1.7) BUNDLED WITH