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

Add Ruby 3.4 to the CI #681

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add Ruby 3.4 to the CI #681

wants to merge 2 commits into from

Conversation

santib
Copy link
Collaborator

@santib santib commented Dec 28, 2024

No description provided.

@grzuy grzuy enabled auto-merge (squash) December 29, 2024 20:13
@santib santib force-pushed the add-ruby-3-4 branch 3 times, most recently from 08b6ce5 to 78e491b Compare January 20, 2025 14:04
@@ -4,6 +4,9 @@ source "https://rubygems.org"

gem "activesupport", "~> 6.1.0"
gem "redis", "~> 5.0"
gem "base64", "~> 0.2"
gem "bigdecimal", "~> 3.1"
gem "mutex_m", "~> 0.3"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why this exactly?
Needed by ruby 3.4 on these "old" activesupport versions?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Ruby 3.4 extracted out some parts into their own gems, and no longer require them by default. Rails/Minitest depend on these, so even if it's fixed for newer versions, the older versions will fail. So we can either choose to drop support for Ruby 3.4 + old versions, or we can backfill those missing dependencies. Let me know if you come up with a better idea of course 😄

rails/rails#48907
minitest/minitest#973

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