summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Zhu <[email protected]>2022-11-03 14:44:46 -0400
committergit <[email protected]>2022-11-07 10:52:14 +0000
commitb228effd0cf9ec72f51ce3ca8ff597a00a653339 ()
tree0f0724efe751d558aee52db00eeae7c381cbdcad
parent1e53ebae57aa8bfb6724f346099e35757184cfd7 (diff)
[rubygems/rubygems] Drop support for IRIX
The IRIX OS is no longer maintained with the last release being 16 years ago. https://.com/rubygems/rubygems/commit/5381c6a871
-rw-r--r--lib/bundler/vendor/thor/lib/thor/shell/basic.rb2
1 files changed, 1 insertions, 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
end
def truncate(string, width)