bundler/lib/bundler/man/gemfile.5.ronn in rubygems-update-3.4.22 vs bundler/lib/bundler/man/gemfile.5.ronn in rubygems-update-3.5.0
- old
+ new
@@ -236,9 +236,13 @@
All operations involving groups ([`bundle install`](bundle-install.1.html), `Bundler.setup`,
`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
specific variants, you can use the `force_ruby_platform` option: