[rubygems/rubygems] Drop support for bitrig

The bitrig OS is no longer maintained with the last release being 7
years ago.

https://github.com/rubygems/rubygems/commit/85ed90ddd0
This commit is contained in:
Peter Zhu 2022-11-03 14:43:03 -04:00 committed by git
parent 0fb7a1c77c
commit 1e53ebae57
1 changed files with 0 additions and 1 deletions

View File

@ -111,7 +111,6 @@ class Gem::Platform
[os, version]
when /netbsdelf/ then [ "netbsdelf", nil ]
when /openbsd(\d+\.\d+)?/ then [ "openbsd", $1 ]
when /bitrig(\d+\.\d+)?/ then [ "bitrig", $1 ]
when /solaris(\d+\.\d+)?/ then [ "solaris", $1 ]
# test
when /^(\w+_platform)(\d+)?/ then [ $1, $2 ]