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 5.1 and the Devise gemspec #4510

Closed
noelrappin opened this issue Apr 28, 2017 · 5 comments
Closed

Rails 5.1 and the Devise gemspec #4510

noelrappin opened this issue Apr 28, 2017 · 5 comments

Comments

@noelrappin
Copy link

The devise gem spec reads

s.add_dependency("railties", ">= 4.1.0", "< 5.1")

Now that Rails 5.1 is out, a bundle install of a Rails 5.1 app installs Devise 1.5.4 instead of the current version.

@Obversity
Copy link

Same problem here.

@imKota
Copy link

imKota commented Apr 28, 2017

@noelrappin maybe my fix?

@Obversity
Copy link

Looks like #4444 will fix it.

@kernow
Copy link

kernow commented Apr 28, 2017

There is a more up to date PR #4512 that should fix this issue

@rafaelfranca
Copy link
Collaborator

Can you try the master branch? It should be fixed there.

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

No branches or pull requests

5 participants