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:
parent
1e53ebae57
commit
b228effd0c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue