【发布时间】:2016-10-06 04:48:21
【问题描述】:
当我运行 rails server 时,出现“找不到 jsonapi-parser-0.1.1.beta2”错误。
~/ruby_on_rails/test/sampleapp$ rails s
Could not find jsonapi-parser-0.1.1.beta2 in any of the sources
Run `bundle install` to install missing gems.
~/ruby_on_rails/test/sampleapp$ bundle install
Fetching gem metadata from https://rubygems.org/.........
Fetching version metadata from https://rubygems.org/..
Fetching dependency metadata from https://rubygems.org/.
Could not find jsonapi-0.1.1.beta4 in any of the sources
【问题讨论】:
标签: ruby ruby-on-rails-5