Skip to content

Conversation

@polypixeldev
Copy link
Member

Summary of the problem

After our migration to Rails 8 started (#11976), we started seeing that rails db:migrate was no longer working as expected - it did not detect new migrations to run. This was caused by our old version of the strong_migrations gem, which had been held back to major version 1 because we still used Postgres 11 in development. Now that we use Postgres 15 in development, we can safely upgrade strong_migrations to the latest version.

Describe your changes

Upgrades strong_migrations to version 2.5.1.

@polypixeldev polypixeldev marked this pull request as ready for review November 11, 2025 01:21
@polypixeldev polypixeldev requested a review from a team as a code owner November 11, 2025 01:21
Copy link
Member

@garyhtou garyhtou left a comment

Choose a reason for hiding this comment

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

Based on https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md#200-2024-06-28, we should be safe to upgrade since 2.0 only dropped support for old ruby, activerecord, and postgres versions

@garyhtou garyhtou added this pull request to the merge queue Nov 11, 2025
Merged via the queue into main with commit 32b5872 Nov 11, 2025
14 checks passed
@garyhtou garyhtou deleted the polypixeldev/upgrade-strong-migrations branch November 11, 2025 01:27
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.

3 participants