Ruby on Rails 小問題
Faraday::SSLError (SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed):gem update
gem update --systemWarning! PATH is not properly set up, '/Users/alan/.rvm/gems/ruby-2.2.1/bin' is not at first place,
usually this is caused by shell initialization files - check them for 'PATH=...' entries,
it might also help to re-add RVM to your dotfiles: 'rvm get stable --auto-dotfiles',
to fix temporarily in this shell session run: 'rvm use ruby-2.2.1’.rvm imploderm -rf ~/.rvmcurl -sSL https://get.rvm.io | bash -s stable
rvm install 2.2.2
rvm 2.2.2 --default
gem install bundleLast updated