[rubygems/rubygems] Drop support for IRIX

The IRIX OS is no longer maintained with the last release being 16 years
ago.

https://github.com/rubygems/rubygems/commit/5381c6a871
This commit is contained in:
Peter Zhu 2022-11-03 14:44:46 -04:00 committed by git
parent 1e53ebae57
commit b228effd0c

View File

@ -425,7 +425,7 @@ class Bundler::Thor
end end
def unix? def unix?
RUBY_PLATFORM =~ /(aix|darwin|linux|(net|free|open)bsd|cygwin|solaris|irix)/i RUBY_PLATFORM =~ /(aix|darwin|linux|(net|free|open)bsd|cygwin|solaris)/i
end end
def truncate(string, width) def truncate(string, width)