简体   繁体   中英

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:

Could not find json-1.8.6 in any of the sources. Run bundle install to install missing gems.

Does anyone know how I fix this?

Here are the contents of my Gemfile .

And my gemfile.lock .

I'm using Ruby version 2.3.1p112 (2016-04-26 revision 54768) [x86_64-linux]

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM