Skip to content

Commit

Permalink
Update broken link in Bundler::Fetcher::CertificateFailureError
Browse files Browse the repository at this point in the history
  • Loading branch information
yakschuss committed Oct 14, 2021
1 parent 4b5ffab commit 11b5d47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bundler/lib/bundler/fetcher.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ def initialize(remote_uri)
" 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
Expand Down

0 comments on commit 11b5d47

Please sign in to comment.