Guard and Unresolved specs January 26th 2014
While using bundle exec guard
I was recieving the following types of warnings:
15:30:07 - INFO - Running all specs
WARN: Unresolved specs during Gem::Specification.reset:
ffi (>= 0.5.0)
WARN: Clearing out unresolved specs.
Please report a bug if this causes problems.
bundle update
did not resolve this problem. …