使用Rails ruby 2.7.2p137
我已经安装了缺失的gem rake13.03,但它仍然显示缺失的gem。
ubuntu@ip-172-31-5-172:~/apps/tukaweb$ bundle install| grep rake
Using rake 13.0.3
ubuntu@ip-172-31-5-172:~/apps/tukaweb$ rails -v
Could not find rake-13.0.3 in any of the sources
Run `bundle install` to install missing gems.
发布于 2020-12-26 14:16:27
运行这个命令gem install rake -v 13.0.3
,它应该可以工作。
https://stackoverflow.com/questions/65439271
复制相似问题