Error installing Bundler

后端 未结 13 985
感情败类
感情败类 2020-12-05 07:17

I am trying to install the Bundler gem on my Mac. With the command: sudo gem install bundler I get the following error:

ERROR:  Could not find a         


        
13条回答
  •  暖寄归人
    2020-12-05 07:50

    For those that arent using rvm, but are using homebrew:

    brew tap raggi/ale
    brew install openssl-osx-ca
    

    This worked for me.

提交回复
热议问题