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

Use min accepted version for ActiveRecord::Migration classes #367

Merged
merged 1 commit into from
Mar 8, 2021

Conversation

adrianna-chang-shopify
Copy link
Contributor

@adrianna-chang-shopify adrianna-chang-shopify commented Mar 8, 2021

Closes: #368

We have ">= 6.0" set as the version requirement for activerecord in our gemspec, but since we've upgraded Rails to 6.1, any migrations we generate are now versioned as [6.1]. This leads to incompatibilities with apps that are using 6.0.

Any migrations we generate moving forward should not exceed the minimum accepted ActiveRecord version as set by our gem specification.

@adrianna-chang-shopify adrianna-chang-shopify merged commit 250f8a7 into main Mar 8, 2021
@adrianna-chang-shopify adrianna-chang-shopify deleted the migration-version-min branch March 8, 2021 18:34
lawrencewong pushed a commit to lawrencewong/maintenance_tasks that referenced this pull request Apr 29, 2023
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.

Fix 6.1 Migration
3 participants