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

Add compatibilty with Devise 2.0.0 #71

Closed
ilpeste opened this issue Feb 1, 2012 · 0 comments
Closed

Add compatibilty with Devise 2.0.0 #71

ilpeste opened this issue Feb 1, 2012 · 0 comments
Assignees

Comments

@ilpeste
Copy link

ilpeste commented Feb 1, 2012

Change the gemspec/Gemfile line from:
gem 'devise', '~> 1.5.0'
to:
gem 'devise', '>= 1.5.0'

Devise 2 should mantain retro-compatiblity so I don't think there are too many problems (from the devise homepage => "be sure that your application is fine running on Devise 1.5.x and that you are running on at least Rails 3.1")

thanks

@ghost ghost assigned cschiewek Feb 7, 2012
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

2 participants