简体   繁体   English

Ruby on Rails在任何来源中都找不到json-1.8.6

[英]Ruby on Rails Could not find json-1.8.6 in any of the sources

When I run rails s I get the following error: 当我运行rails s ,出现以下错误:

Could not find json-1.8.6 in any of the sources. 在任何来源中都找不到json-1.8.6。 Run bundle install to install missing gems. 运行bundle install以安装缺少的gem。

Does anyone know how I fix this? 有谁知道我该如何解决?

Here are the contents of my Gemfile . 这是我的Gemfile的内容。

And my gemfile.lock . 还有我的gemfile.lock

I'm using Ruby version 2.3.1p112 (2016-04-26 revision 54768) [x86_64-linux] 我正在使用Ruby版本2.3.1p112 (2016-04-26 revision 54768) [x86_64-linux]

尝试gem update json然后重试“捆绑安装”

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在任何来源中都找不到json-1.8.6 - could not find json-1.8.6 in any of the sources 在任何源中都找不到 json-1.8.6 运行 `bundle install` 来安装丢失的 gems - Could not find json-1.8.6 in any of the sources Run `bundle install` to install missing gems Ruby on rails error 在任何来源中都找不到 rake-13.0.3 - Ruby on rails error Could not find rake-13.0.3 in any of the sources Ruby on Rails - 无法在任何源代码中找到xpath-2.0.0 - Ruby on Rails - Could not find xpath-2.0.0 in any of the sources 在任何来源中都找不到 Ruby on Rails 3 simple-navigation - Ruby on Rails 3 simple-navigation could not find in any of the sources 在任何来源中都找不到json-1.8.1 - Could not find json-1.8.1 in any of the sources 在您的Gemfile中列出的任何宝石来源中找不到宝石'jquery-rails(> = 0)ruby' - Could not find gem 'jquery-rails (>= 0) ruby' in any of the gem sources listed in your Gemfile 使用 capistrano 部署 rails 时,“在任何来源中都找不到 concurrent-ruby-1.1.7” - "Could not find concurrent-ruby-1.1.7 in any of the sources" when deploy rails with capistrano 更新Ruby和Rails之后,为什么会出现“在任何来源中都找不到mail-2.2.9.1”的信息? - Why do I get “Could not find mail-2.2.9.1 in any of the sources” after updated Ruby and Rails? material in materialize无法在任何源rails中找到multi_json-1.8.0 - block in materialize Could not find multi_json-1.8.0 in any of the sources rails
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM