문제

Even running bundle with the following line:

bundle --no-deployment

It still not installs the development and test gems. I don't have any .gem file under my vendor directory.

도움이 되었습니까?

해결책

The problem was the file .bundle/config, which by whatever reason was setting the frozen option and removing the deployment/test groups from inside. I simply deleted the folder:

rm -rf .bundle

And everything got back to normal.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top