From 93169f60c32ada3822db8f5e61ef886bb9bd1d9f Mon Sep 17 00:00:00 2001 From: Joshua Byrd Date: Wed, 26 Jul 2017 08:23:38 +1000 Subject: [PATCH] Adding DevKit helpers (#6225) Merge pull request 6225 --- docs/_docs/windows.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/_docs/windows.md b/docs/_docs/windows.md index 6ebc33db..9f21b6ed 100644 --- a/docs/_docs/windows.md +++ b/docs/_docs/windows.md @@ -212,5 +212,7 @@ As of v1.3.0, Jekyll uses the `listen` gem to watch for changes when the `--watc Add the following to the Gemfile for your site if you have issues with auto-regeneration on Windows alone: ```ruby -gem 'wdm', '~> 0.1.0' if Gem.win_platform? +gem 'wdm', '~> 0.1.1' if Gem.win_platform? ``` + +You may first have to download and install the [Ruby DevKit](https://rubyinstaller.org/downloads/) by following [the instructions here](https://github.com/oneclick/rubyinstaller/wiki/Development-Kit).