Ruby and “You must recompile Ruby with OpenSSL support or change the sources in your Gemfile”

前端 未结 12 1747
庸人自扰
庸人自扰 2020-12-07 20:31

Using rvm I upgraded my ruby to 1.9.3-p392, also added 2.0.0, anytime I try to use this version when I run my bundle command I get this error.

Could not load         


        
12条回答
  •  萌比男神i
    2020-12-07 21:09

    This helps me install 1.9.3-head on Mac:

    rvm get latest    
    brew install openssl    
    rvm reinstall 1.9.3-head --with-openssl-dir=`brew --prefix openssl`
    

提交回复
热议问题