From 79ede4ae9911fdb180406b1a8adc7ee02e187a50 Mon Sep 17 00:00:00 2001 From: johnnyshields Date: Sat, 18 Feb 2023 22:46:35 +0900 Subject: [rubygems/rubygems] Alias CurrentRuby#mswin?, mswin64?, mingw?, x64_mingw? to #windows?. (This is done instead of logging a deprecation warning.) https://github.com/rubygems/rubygems/commit/b9fcc7c0ab --- lib/bundler/man/gemfile.5.ronn | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/bundler/man/gemfile.5.ronn') diff --git a/lib/bundler/man/gemfile.5.ronn b/lib/bundler/man/gemfile.5.ronn index a3affc30cc..a5d2288b96 100644 --- a/lib/bundler/man/gemfile.5.ronn +++ b/lib/bundler/man/gemfile.5.ronn @@ -228,6 +228,10 @@ All operations involving groups ([`bundle install`](bundle-install.1.html), `Bun `Bundler.require`) behave exactly the same as if any groups not matching the current platform were explicitly excluded. +The following platform values are deprecated and should be replaced with `windows`: + + * `mswin`, `mswin64`, `mingw32`, `x64_mingw` + ### FORCE_RUBY_PLATFORM If you always want the pure ruby variant of a gem to be chosen over platform -- cgit v1.2.1