Error loading RubyGems plugin ,openssl.bundle (LoadError)

前端 未结 4 396
小蘑菇
小蘑菇 2020-12-24 05:32

I am new to ruby. When I type any thing related to gem, error below will happen. why causes it and how to solve the problem? Thanks!

Error loading RubyGems          


        
4条回答
  •  悲哀的现实
    2020-12-24 05:56

    The following worked for me.

    brew rm openssl
    brew cleanup openssl
    brew install openssl
    rvm reinstall ruby
    

    Apparently brew update or brew upgrade breaks the Ruby runtime which is what caused the error for me.

提交回复
热议问题