Remove cygwin from WIN_PATTERNS by fd00 · Pull Request #9527 · ruby/rubygems

What was the end-user or developer problem that led to this PR? Cygwin is incorrectly treated as a Windows platform by Gem.win_platform? because WIN_PATTERNS includes /cygwin/i. This causes severa...