ruby-changes:74383
From: Peter <ko1@a...>
Date: Mon, 7 Nov 2022 19:52:36 +0900 (JST)
Subject: [ruby-changes:74383] b228effd0c (master): [rubygems/rubygems] Drop support for IRIX
https://git.ruby-lang.org/ruby.git/commit/?id=b228effd0c From b228effd0cf9ec72f51ce3ca8ff597a00a653339 Mon Sep 17 00:00:00 2001 From: Peter Zhu <peter@p...> Date: Thu, 3 Nov 2022 14:44:46 -0400 Subject: [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 --- lib/bundler/vendor/thor/lib/thor/shell/basic.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bundler/vendor/thor/lib/thor/shell/basic.rb b/lib/bundler/vendor/thor/lib/thor/shell/basic.rb index 6ffb21672f..ef97d52ae7 100644 --- a/lib/bundler/vendor/thor/lib/thor/shell/basic.rb +++ b/lib/bundler/vendor/thor/lib/thor/shell/basic.rb @@ -425,7 +425,7 @@ class Bundler::Thor https://github.com/ruby/ruby/blob/trunk/lib/bundler/vendor/thor/lib/thor/shell/basic.rb#L425 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) -- cgit v1.2.3 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/