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

rails 3.0.3 compatibility #1

Closed
dryaf opened this issue Dec 13, 2010 · 1 comment
Closed

rails 3.0.3 compatibility #1

dryaf opened this issue Dec 13, 2010 · 1 comment

Comments

@dryaf
Copy link

dryaf commented Dec 13, 2010

vim Gemfile
adding:
gem 'panmind-recaptcha'

noname:railsapp jimmy$ bundle install
Fetching source index for http://rubygems.org/
Bundler could not find compatible versions for gem "rails":
In snapshot (Gemfile.lock):
rails (3.0.3)

In Gemfile:
panmind-recaptcha depends on
rails (~> 2.3.8)

Running bundle update will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.

@vjt
Copy link
Contributor

vjt commented Dec 13, 2010

Hi,

currently the published gem is compatible with rails 2 only, synched with the rails2 branch in this repo.

To use recaptcha with rails3, please use

gem 'panmind-recaptcha', :git => 'http://github.com/Panmind/recaptcha', :require => 'panmind/recaptcha'

:-)

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