[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
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user