LoginSignup
3
0

More than 5 years have passed since last update.

Rails 5.2.0におけるCircle CI run testでのエラー

Last updated at Posted at 2018-05-14

あらまし

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

3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0