abepetrillo/evergreen

Evergreen does not work when using Capybara 1.0.0.beta1

mikegehard opened this issue · 4 comments

I get this error:

Fetching source index for http://rubygems.org/
Bundler could not find compatible versions for gem "capybara":
In Gemfile:
evergreen (= 0.4.0) depends on
capybara (~> 0.4.0)

capybara (1.0.0.beta1)

The simple answer may be to bump the gemspec dependency to 1.0.0 once Capybara 1.0.0 is released.

I have the same issue. Can't give up Capybara 1.0.0.b1 now. Not sure how to fix it at least "temporarily".

+1. Rails 3.0.8 causes some problems with other gems that I need to update (cucumber, capybara included) but I can't due to evergreen being locked to 0.4.x

This is fixed in evergreen 0.4.1

Thanks a lot!