cloudfoundry-attic/warden

Bundler 1.5.1 causes `Errno::EROFS: Read-only file system - /warden/.bundle`

Closed this issue · 0 comments

The new bundler 1.5.1 attempts to create a log file which causes the following error when running tests:

Errno::EROFS: Read-only file system - /warden/.bundle

This will be addressed in a forthcoming pull request, where we use an undocumented environment variable to set the location of the install log file to a writeable filesystem.

Thanks,

@ryantang and @cunnie