I am getting this error from a nearly-clean gem I’m starting to write:
WARN: Unresolved specs during Gem::Specification.reset:
minitest (~> 4.2)
WARN: Clearing out unresolved specs.
Please report a bug if this causes problems.
Please see "Unresolved · GitHub for the various files
and output.
I added active support to the gem spec, and one test to
spec/xml2yaml_spec.rb from it’s pristine state, and this started
occuring. I’ve not run into this sort of thing before.
It doesn’t appear dangerous (yet) but I’m not understanding why it’s
showing up. A google search on the warning doesn’t give me much useful
information; reading the code doesn’t tell me much either.