Skip to content

Drop support for versions below Ruby 3.2 and Rails 7.1 #383

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

Merged
merged 2 commits into from
Jun 20, 2025

Conversation

willnet
Copy link
Member

@willnet willnet commented Jun 20, 2025

Sorcery only supports the currently officially supported versions of Ruby and Rails.

Also remove conditionals for Rails versions older than 7.0, and mongoid versions older than 4.0

Mongoid 3.x is no longer relevant since its latest release (v3.1.7) depends on activemodel ~> 3.2, which is incompatible with current versions of Sorcery. See: https://github.com/mongodb/mongoid/blob/v3.1.7/mongoid.gemspec#L22

willnet added 2 commits June 20, 2025 10:35
Sorcery only supports the currently officially supported versions of Ruby and Rails.

Also remove conditionals for Rails versions older than 7.0, and mongoid versions older than 4.0

Mongoid 3.x is no longer relevant since its latest release (v3.1.7) depends on `activemodel ~> 3.2`, which is incompatible with current versions of Sorcery.
See: https://github.com/mongodb/mongoid/blob/v3.1.7/mongoid.gemspec#L22
@willnet willnet requested a review from joshbuker June 20, 2025 01:39
@willnet
Copy link
Member Author

willnet commented Jun 20, 2025

I tried to add @Beartech as a reviewer, but I couldn't.
Does he not have permission to review?

image

@joshbuker
Copy link
Member

@willnet , @Beartech needs to accept the org invite before you can request his review

Copy link
Member

@joshbuker joshbuker left a comment

Choose a reason for hiding this comment

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

Thanks!

@joshbuker joshbuker merged commit ea120d8 into Sorcery:master Jun 20, 2025
10 checks passed
@joshbuker
Copy link
Member

@willnet oh, can you remove the testing matrix from the readme? No longer needed as we removed the exclusions.

@willnet
Copy link
Member Author

willnet commented Jun 23, 2025

@joshbuker Thank you for the feedback. I'll create a follow-up PR later.

@willnet willnet deleted the drop-old-ruby-and-rails-support branch June 23, 2025 01:01
willnet added a commit to willnet/sorcery that referenced this pull request Jun 23, 2025
followup Sorcery#383

Remove the matrix as it is no longer needed.
We could mention support for Ruby 3.2+ and Rails 7.1+ in the README, but for now, I just removed the matrix.
willnet added a commit to willnet/sorcery that referenced this pull request Jun 23, 2025
followup Sorcery#383

Remove the matrix as it is no longer needed.
We could mention support for Ruby 3.2+ and Rails 7.1+ in the README, but for now, I just removed the matrix.
joshbuker pushed a commit that referenced this pull request Jun 23, 2025
* Remove Testing Matrix from README

followup #383

Remove the matrix as it is no longer needed.
We could mention support for Ruby 3.2+ and Rails 7.1+ in the README, but for now, I just removed the matrix.

* Add #384 to Changelog
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