Hi,
On Tue, Jul 7, 2009 at 1:40 PM, Keith
Salisbury<[email protected]> wrote:
> I seem to have a constant battle going on my machine about gems. The
> latest problem is when i attempt to run "rake test" on my rails project,
> here is the output:
>
> ~/code/tradertips(with_clearance) $ rake test
> Missing these required gems:
> cucumber = 0.3.0
This is a very specific version requirement. It means *exactly*
version 0.3.0. Not 0.3.11, not 0.3.6.
> ~/code/tradertips(with_clearance) $ gem list cuc*
>
> *** LOCAL GEMS ***
>
> cucumber (0.3.11, 0.3.6)
I'd try relaxing your gem requirement (above), or manually installing
cucumber 0.3.0, e.g.,
$ sudo gem install -v 0.3.0 cucumber
~ j.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---