Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with capybara 1.1.2 #29

Closed
cj opened this issue Jan 24, 2012 · 2 comments
Closed

Issue with capybara 1.1.2 #29

cj opened this issue Jan 24, 2012 · 2 comments

Comments

@cj
Copy link

cj commented Jan 24, 2012

Hi,

I'm having issues bundle installing capybara-mechanize this is the error I get:

Bundler could not find compatible versions for gem "capybara":
In Gemfile:
capybara-mechanize (>= 0) ruby depends on
capybara (= 0.3.9) ruby

capybara (1.1.2)

Many thanks,

CJ

@rodrei
Copy link

rodrei commented Mar 6, 2012

This is because there is not a stable version of capybara-mechanize that works with the latest version of capybara. What you can do is temporarily use the latest release candidate version of capybara-mechanize. Im using this in my Gemfile:

gem "capybara-mechanize", "0.3.0.rc3"

@phillbaker
Copy link
Owner

Closing due to release of 0.4.0.rc1 which is up to capy 2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants