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 support for Rails 8, use Appraisal to test gem against older Rails versions #100

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

n-rodriguez
Copy link
Contributor

Thank you!

@n-rodriguez
Copy link
Contributor Author

ping @strzibny

@n-rodriguez
Copy link
Contributor Author

This PR fixes the error in CI https://github.com/wmlele/devise-otp/actions/runs/11869310036

@@ -1,4 +1,4 @@
class CreateAdmins < ActiveRecord::Migration[7.1]
class CreateAdmins < ActiveRecord::Migration[5.0]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this change?

Copy link
Contributor Author

@n-rodriguez n-rodriguez Nov 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Otherwise migrations don't apply when running CI against Rails 7.0

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And to be consistent with other migrations

@strzibny
Copy link
Collaborator

Great, thx!

@strzibny strzibny merged commit bb8ded3 into wmlele:master Nov 18, 2024
15 checks passed
@n-rodriguez n-rodriguez deleted the wip/rails8 branch November 18, 2024 13:57
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

Successfully merging this pull request may close these issues.

2 participants