summaryrefslogtreecommitdiff
path: root/lib/rubygems/platform.rb
diff options
context:
space:
mode:
authorPeter Zhu <[email protected]>2022-11-03 14:43:03 -0400
committergit <[email protected]>2022-11-07 10:52:14 +0000
commit1e53ebae57aa8bfb6724f346099e35757184cfd7 (patch)
treeb92aff7cdb9287936d5a214370c3983d971256b1 /lib/rubygems/platform.rb
parent0fb7a1c77c8d080f1d5099e07ed705cfd652f029 (diff)
[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
Diffstat (limited to 'lib/rubygems/platform.rb')
-rw-r--r--lib/rubygems/platform.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rubygems/platform.rb b/lib/rubygems/platform.rb
index 93330c2865..1e7a5c503a 100644
--- a/lib/rubygems/platform.rb
+++ b/lib/rubygems/platform.rb
@@ -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 ]