[前][次][番号順一覧][スレッド一覧]

ruby-changes:68474

From: Jack <ko1@a...>
Date: Fri, 15 Oct 2021 04:55:37 +0900 (JST)
Subject: [ruby-changes:68474] 46291a29fb (master): [rubygems/rubygems] Update broken link in Bundler::Fetcher::CertificateFailureError

https://git.ruby-lang.org/ruby.git/commit/?id=46291a29fb

From 46291a29fbb92a6e04aa1b8555efb30cca2ab6dc Mon Sep 17 00:00:00 2001
From: Jack Schuss <jackschuss@g...>
Date: Thu, 14 Oct 2021 14:09:09 -0400
Subject: [rubygems/rubygems] Update broken link in
 Bundler::Fetcher::CertificateFailureError

https://github.com/rubygems/rubygems/commit/11b5d479cb
---
 lib/bundler/fetcher.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/bundler/fetcher.rb b/lib/bundler/fetcher.rb
index d237837948..6dd6d089eb 100644
--- a/lib/bundler/fetcher.rb
+++ b/lib/bundler/fetcher.rb
@@ -28,7 +28,8 @@ module Bundler https://github.com/ruby/ruby/blob/trunk/lib/bundler/fetcher.rb#L28
           " is a chance you are experiencing a man-in-the-middle attack, but" \
           " most likely your system doesn't have the CA certificates needed" \
           " for verification. For information about OpenSSL certificates, see" \
-          " http://bit.ly/ruby-ssl. To connect without using SSL, edit your Gemfile" \
+          " https://railsapps.github.io/openssl-certificate-verify-failed.html." \
+          " To connect without using SSL, edit your Gemfile" \
           " sources and change 'https' to 'http'."
       end
     end
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]