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

Increase minimum Rails version to v6.1 #2524

Merged
merged 1 commit into from
Jul 31, 2023

Conversation

sascha-karnatz
Copy link
Contributor

What is this pull request for?

All tests are running against Rails 6.1 and 7.0. One migration is using a active support key, which is only available in Rails 6.1 and later.

Notable changes

Alchemy CMS is requiring at least Rails 6.1.

Checklist

  • I have followed Pull Request guidelines
  • I have added a detailed description into each commit message
  • I have added tests to cover this change

All tests are running against Rails 6.1 and 7.0. One migration is using a active support key, which is only available in Rails 6.1 and later.
@sascha-karnatz sascha-karnatz requested a review from a team July 24, 2023 08:01
Copy link
Member

@tvdeyen tvdeyen left a comment

Choose a reason for hiding this comment

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

Thanks. This should be merged in to 7.0-stable and for latest main I would like to drop Rails 6.1 support.

@@ -29,7 +29,7 @@ Gem::Specification.new do |gem|
activesupport
railties
].each do |rails_gem|
gem.add_runtime_dependency rails_gem, [">= 6.0", "< 7.1"]
gem.add_runtime_dependency rails_gem, [">= 6.1", "< 7.1"]
Copy link
Member

Choose a reason for hiding this comment

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

For latest main branch I would to drop Rails 6.1 support all together. See #2437

@tvdeyen tvdeyen added this to the 7.1 milestone Jul 31, 2023
@tvdeyen tvdeyen merged commit 4dd42b2 into AlchemyCMS:main Jul 31, 2023
@sascha-karnatz sascha-karnatz deleted the increase-rails-version branch August 2, 2023 06:49
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