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

Remove support for Rails 6.1 #1151

Merged
merged 1 commit into from
Jan 22, 2025
Merged

Conversation

andrewn617
Copy link
Contributor

Drop support for Rails 6.1, it's EOL now.

@@ -10,7 +10,7 @@ gem "debug"
gem "mocha"
gem "puma"
if !@rails_gem_requirement
gem "rails", ">= 6.1"
gem "rails", ">= 7.0"
Copy link
Member

Choose a reason for hiding this comment

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

We might not need that version requirement since have a requirement for the Rails frameworks we use in the gemspec. To be checked, but no big deal.

@etiennebarrie
Copy link
Member

I'll remove the unnecessary required statuses.

@etiennebarrie etiennebarrie force-pushed the remove-support-for-rails-6-1 branch from 9e56be2 to 81cf45a Compare January 22, 2025 13:31
@etiennebarrie
Copy link
Member

Rebased on top of main for the Logger issue, see #1149.

@etiennebarrie etiennebarrie merged commit f9e15ea into main Jan 22, 2025
29 checks passed
@etiennebarrie etiennebarrie deleted the remove-support-for-rails-6-1 branch January 22, 2025 13:33
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