Skip to content

Commit 85ed90d

Browse files
committed
Drop support for bitrig
The bitrig OS is no longer maintained with the last release being 7 years ago.
1 parent a3a8df3 commit 85ed90d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/rubygems/platform.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ def initialize(arch)
111111
[os, version]
112112
when /netbsdelf/ then [ "netbsdelf", nil ]
113113
when /openbsd(\d+\.\d+)?/ then [ "openbsd", $1 ]
114-
when /bitrig(\d+\.\d+)?/ then [ "bitrig", $1 ]
115114
when /solaris(\d+\.\d+)?/ then [ "solaris", $1 ]
116115
# test
117116
when /^(\w+_platform)(\d+)?/ then [ $1, $2 ]

0 commit comments

Comments
 (0)