1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[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
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
def truncate(string, width)