mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[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:
parent
0fb7a1c77c
commit
1e53ebae57
1 changed files with 0 additions and 1 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Reference in a new issue