あらまし
Rails5.2.0でCircle CIを走らせると以下のようなエラーが…
Could not find rake-12.3.1 in any of the sources
Run `bundle install` to install missing gems.
解決策
circle ciのテストの部分のコマンドを以下に変更
DISABLE_SPRING=true bin/rails test
以下に同じ症例があった.
springの問題とのこと
https://github.com/rails/rails/issues/32587
https://github.com/rails/spring/pull/546#issuecomment-382582174