我对此非常陌生,我该如何解决此问题?
$ rake
Could not find RedCloth-4.2.9 in any of the sources
Run `bundle install` to install missing gems.发布于 2012-07-15 07:14:03
您还没有安装RedCloth gem,就是这样。
如果你正在使用Bundler gem,你可以输入bundle install来安装它,否则你可以通过gem install RedCloth手动安装它。
发布于 2019-04-09 04:18:03
我也遇到过类似的问题,最主要的帮助就是运行bundle update。
https://stackoverflow.com/questions/11488086
复制相似问题