轨控制台未能找到安装的宝石(rails console fails to find installe

2019-10-21 05:04发布

$ bundle install |grep chunk
Using chunky_png 1.3.3
$ rails c
Could not find chunky_png-1.3.3 in any of the sources
Run `bundle install` to install missing gems.

我试图消除来自RVM宝石并重新运行包所有宝石的两倍,并没有帮助。 有任何想法吗?

这是一个Ubuntu 13.10的机器上。 我的Mac OSX机器上相同的代码库工作正常。

Answer 1:

通常情况下,出现这种情况是因为捆扎机和Rails与不同版本的Ruby运行。 要检查,运行bundle envrails runner 'puts RUBY_VERSION'

如果不解决这个问题,请两者的输出添加到您的问题。



文章来源: rails console fails to find installed gem