Skip to content

Commit 5381c6a

Browse files
committed
Drop support for IRIX
The IRIX OS is no longer maintained with the last release being 16 years ago.
1 parent 85ed90d commit 5381c6a

File tree

1 file changed

+1
-1
lines changed
  • bundler/lib/bundler/vendor/thor/lib/thor/shell

1 file changed

+1
-1
lines changed

bundler/lib/bundler/vendor/thor/lib/thor/shell/basic.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ def dynamic_width_tput
425425
end
426426

427427
def unix?
428-
RUBY_PLATFORM =~ /(aix|darwin|linux|(net|free|open)bsd|cygwin|solaris|irix)/i
428+
RUBY_PLATFORM =~ /(aix|darwin|linux|(net|free|open)bsd|cygwin|solaris)/i
429429
end
430430

431431
def truncate(string, width)

0 commit comments

Comments
 (0)