Ruby 不能加载这样的文件-active_support/core_ext/object/space

我试图运行 brew doctor,但系统出现错误的

系统/库/框架/Ruby.Framework/版本/2.3/usr/lib/ruby/2.3.0/rubygems/core _ ext/kernel _ need. rb: 55: in 不能加载这样的文件—— Active _ support/core _ ext/object/space (LoadError)

我在网上搜索了一下,还有一篇文章建议我只写“ gem install activessupport”,但是后来我发现了一个错误:

ERROR:  Error installing activesupport:
i18n requires Ruby version >= 2.3.0.

我还尝试了 rvm install ruby-2.3.0,但是同样的错误又出现了

[2019-02-26 10:07:41] requirements_osx_brew_libs_install
requirements_osx_brew_libs_install ()  {
brew install "$@" --force || {
\typeset ret=$?;
requirements_osx_brew_libs_error "installation";
return $ret
} } current path: /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib
PATH=/Users/{user_name}/.aw/pex_resources/scripts/binaries:/usr/local/sbin:/Users/fengjiao/.rbenv/shims:/Users/{user_name}/.nvm/v0.10.32/bin:/Users/fengjiao/bin:/usr/local/sbin:/usr/local/bin:/Users/{user_name}/.rbenv/shims:/Users/{user_name}/.nvm/v0.10.32/bin:/Users/{user_name}/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/munki:/opt/X11/bin:/Users/fengjiao/gocode/bin:/Users/{user_name}/.rvm/bin
command(10): requirements_osx_brew_libs_install autoconf automake
libtool pkg-config coreutils libyaml readline libksba openssl@1.1
++ brew install autoconf automake libtool pkg-config coreutils libyaml readline libksba openssl@1.1 --force
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in
`require': cannot load such file --
active_support/core_ext/object/blank (LoadError)    from
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in
`require'   from /usr/local/Homebrew/Library/Homebrew/global.rb:10:in
`<top (required)>'  from
/usr/local/Homebrew/Library/Homebrew/brew.rb:21:in `require_relative'
from /usr/local/Homebrew/Library/Homebrew/brew.rb:21:in `<main>'
++ typeset ret=1
++ requirements_osx_brew_libs_error installation
++ rvm_warn 'There were package installation errors, make sure to read the log.


Try `brew tap --repair` and make sure `brew doctor` looks reasonable.
24225 次浏览

Running brew style fixed this issue for me.


Update

As mentioned in the comments, for some people the solution is:

brew update-reset

Had the same problem. I had to run brew update-reset to fix it.

In my case, I have to force homebrew/linuxbrew to use its own portable-ruby to fix it.

I am running ArchLinux with ruby 2.7.0 installed, after I switch to homebrew's portable-ruby by export HOMEBREW_FORCE_VENDOR_RUBY=1 as described in the manpage and issue brew update, homebrew automatically downloads portable-ruby 2.6.3, and everything's back to normal.

I think the root cause might be homebrew's incompatible with a higher version of ruby.

I face the 'sunspot_rails-2.1.0' issue while upgrade the ruby version ruby 2.2 to ruby 2.5 for rails 4.2 and here I would like to share with you which has worked for me.

"LoadError: no such file to load -- active_support/core_ext/object/to_json"

Refrence: https://github.com/sunspot/sunspot/pull/555/files