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

Upgrade data_migrate gem for Rails 7.2 compatibility #799

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

felixclack
Copy link
Contributor

The version of data_migrate (9.4.2) that is currently installed
references a method on the database connection that is removed in Rails
7.2.

This prevents us from being able to deploy the app as booting fails on
the data migration step.

There is no rubygems version that supports Rails 7.2 yet, so I opted to
switch to referencing the repo on GitHub directly.

We can revisit after a new release is published. This is looking like it
will coincide with the release of v11.

The version of data_migrate (9.4.2) that is currently installed
references a method on the database connection that is removed in Rails
7.2.

This prevents us from being able to deploy the app as booting fails on
the data migration step.

There is no rubygems version that supports Rails 7.2 yet, so I opted to
switch to referencing the repo on GitHub directly.

We can revisit after a new release is published. This is looking like it
will coincide with the release of v11.
@felixclack felixclack merged commit 6c8f547 into main Aug 28, 2024
12 checks passed
@felixclack felixclack deleted the data-migrate-upgrade branch August 28, 2024 09:04
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