nokogiriをインストールしようとした。
ERROR: Could not find a valid gem 'nokogiri' (>= 0), here is why:
Unable to download data from https://rubygems.org/ - SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: tlsv1 alert protocol version (https://rubygems.org/latest_specs.4.8.gz)
エラーが出てしまった。
$ gem source -a http://rubygems.org/
https://rubygems.org is recommended for security over http://rubygems.org/
Do you want to add this insecure source? [yn] y //yを入力
http://rubygems.org/ added to sources
これで解決できました。
###上記方法はセキュアではないみたいなのでコメントにあるやり方のほうがいいようです