用Ruby设置(无法加载这样的文件json/pure)

nit*_*lal 11 ruby

嗨,我正在开发API https://developers.supportbee.com/platform/overview

在做的时候 bin/sbapp new APP_SLUG 我得到了错误

/home/nitesh/.gem/ruby/1.9.1/gems/bundler-1.2.3/lib/bundler/spec_set.rb:90:in `block in materialize': Could not find multi_json-1.3.6 in any of the sources (Bundler::GemNotFound)
Run Code Online (Sandbox Code Playgroud)

之后我再次尝试 gem install multi_json ,然后再次得到错误

Successfully installed multi_json-1.5.0
/usr/local/share/ruby/site_ruby/rubygems/core_ext/kernel_require.rb:45:in `require': cannot load such file -- json/pure (LoadError)
Run Code Online (Sandbox Code Playgroud)

Dag*_*mar 23

我在安装rails时遇到了这个错误.我通过运行gem install json_pure 然后gem install rails再次运行来解决它.