-
Notifications
You must be signed in to change notification settings - Fork 45
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 support for Rails 7.2 #91
Comments
@wmlele can you please cut a new release? thank you! |
@wmlele @pkarjala actually there is an other error : I have forced Rails version to Could not find compatible versions
Because every version of devise-otp depends on rails >= 6.1, <= 7.2
and Gemfile depends on rails ~> 7.2.1,
devise-otp cannot be used.
So, because Gemfile depends on devise-otp >= 0,
version solving has failed. |
I've made a PR for this issue : #92 |
Merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rails 7.2 is now released as of August 9th; when attempting to update an existing application and then install devise-otp, it will install Rails 7.1 instead due to compatibility issues listed with the gem.
The text was updated successfully, but these errors were encountered: