当我运行rails服务器时,“找不到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
最佳答案
bundle update jsonapi
(应该修好)
关于ruby - 找不到jsonapi解析器0.1.1,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/39887721/