[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 коммит произвёл git
Родитель c658834c43
Коммит 46291a29fb
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

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