From c2b332aee5ad3ea093428493912d6128897545b0 Mon Sep 17 00:00:00 2001 From: Colin Kelley Date: Tue, 1 Dec 2020 09:37:50 -0800 Subject: [PATCH] issue #451: change windows install instructions to suggest platforms: instead of Gem.win_platform? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dce4302f..6bc76f27 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,7 @@ If you are on Windows, it's recommended to use the [`wdm`](https://github.com/Ma Please add the following to your Gemfile: ```ruby -gem 'wdm', '>= 0.1.0' if Gem.win_platform? +gem 'wdm', '>= 0.1.0', platforms: [:mingw, :mswin, :x64_mingw, :jruby] ``` ### On \*BSD