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

ci: declare mutex_m in Gemfile; it's been removed from ruby 3.4 #3092

Merged
merged 2 commits into from
Jan 12, 2024

Conversation

flavorjones
Copy link
Member

@flavorjones flavorjones commented Jan 12, 2024

What problem is this PR intended to solve?

Ruby head builds fail because gem dependencies rely on mutex_m which has been removed from ruby head's default gems.

Let's add a section to the Gemfile for these (temporary) dependency declarations.

Also, remove the unnecessary dependency on NKF which has been removed from CRuby's default gems, but which doesn't have a JRuby gem (yet?).

mostly because it's not in the cruby default gems anymore, but there
isn't a jruby gem.
@flavorjones flavorjones merged commit b84cc66 into main Jan 12, 2024
140 of 142 checks passed
@flavorjones flavorjones deleted the flavorjones-fix-ruby-34-builds branch January 12, 2024 21:19
flavorjones added a commit that referenced this pull request Jun 14, 2024
**What problem is this PR intended to solve?**

`mutex_m` is one of the gems that was dropped from the default gems in
Ruby 3.4. I think we originally added it to the Gemfile in #3092 because
minitest was using it, and that changed in minitest/minitest@5f5c2111
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant