We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a8df3 commit 85ed90dCopy full SHA for 85ed90d
lib/rubygems/platform.rb
@@ -111,7 +111,6 @@ def initialize(arch)
111
[os, version]
112
when /netbsdelf/ then [ "netbsdelf", nil ]
113
when /openbsd(\d+\.\d+)?/ then [ "openbsd", $1 ]
114
- when /bitrig(\d+\.\d+)?/ then [ "bitrig", $1 ]
115
when /solaris(\d+\.\d+)?/ then [ "solaris", $1 ]
116
# test
117
when /^(\w+_platform)(\d+)?/ then [ $1, $2 ]
0 commit comments