WARN: Unresolved specs during Gem::Specification.reset:

Hello,

I installed cucumber with rspec and the ruby-racer.

But when I do cucumber I see these error messages:

WARN: Unresolved specs during Gem::Specification.reset: rake (>= 0.8.7) WARN: Clearing out unresolved specs. Please report a bug if this causes problems.

How to solve this ?

Roelof

Did you find anything useful when you googled for cucumber WARN: Unresolved specs during Gem::Specification.reset

Colin

Nope, I only found that I could use gem cleanup or gem uninstall and then install but they all do not work.

That is why I asked here.

Roelof

It's hard to tell what isn't working unless you give us a bit more information.

I saw this Stackoverflow answer ruby - Unresolved specs during Gem::Specification.reset: - Stack Overflow Did you try any of the approaches? Does the hint to look at RVM have anything to do with your situation?

Greg Akins Insomnia Consulting, LLC gakins@insomnia-consulting.org 724 454 7790 (cell) http://www.linkedin.com/company/2942338?trk=tyah

Like I said in earlier answer I saw this answer, After doing the steps the errror messages did still shown up,

rvm do not have to doing anything because I do not use rvm.

Roelof