From 1e53ebae57aa8bfb6724f346099e35757184cfd7 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Thu, 3 Nov 2022 14:43:03 -0400 Subject: [PATCH] [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 --- lib/rubygems/platform.rb | 1 - 1 file changed, 1 deletion(-) 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 ]