Skip to content

Instantly share code, notes, and snippets.

@mosson
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mosson/76e35c4943cc3c761f7c to your computer and use it in GitHub Desktop.
Save mosson/76e35c4943cc3c761f7c to your computer and use it in GitHub Desktop.
Rubyから使用しているOpenSSLのバージョン確認
require 'openssl'
puts OpenSSL::OPENSSL_VERSION
# 低い場合
# brew update
# brew install openssl
# brew link openssl --force
# rbenv install x.x.x-pxx
# rbenv rehash
# 上のコマンドやり直して確認
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment