diff options
author | Jack Schuss <[email protected]> | 2021-10-14 14:09:09 -0400 |
---|---|---|
committer | git <[email protected]> | 2021-10-15 04:55:23 +0900 |
commit | 46291a29fbb92a6e04aa1b8555efb30cca2ab6dc (patch) | |
tree | 36a8f3a9eae373411197e2f85b0a71d0cf87144f /lib | |
parent | c658834c43af8a349baf2b29aee45713c43a1f73 (diff) |
[rubygems/rubygems] Update broken link in Bundler::Fetcher::CertificateFailureError
https://github.com/rubygems/rubygems/commit/11b5d479cb
Diffstat (limited to 'lib')
-rw-r--r-- | lib/bundler/fetcher.rb | 3 |
1 files changed, 2 insertions, 1 deletions
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 " 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 |