使用Rails ruby 2.7.2p137
我已经安装了丢失的宝石耙13.03,但它仍然显示丢失的宝石。
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.
运行此命令gem install rake -v 13.0.3
,它应该可以工作。