1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Update broken link in Bundler::Fetcher::CertificateFailureError

https://github.com/rubygems/rubygems/commit/11b5d479cb
This commit is contained in:
Jack Schuss 2021-10-14 14:09:09 -04:00 committed by git
parent c658834c43
commit 46291a29fb

View file

@ -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