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 support for Ruby 3.4 #23

Merged
merged 1 commit into from
Jan 16, 2025
Merged

Add support for Ruby 3.4 #23

merged 1 commit into from
Jan 16, 2025

Conversation

makmic
Copy link
Member

@makmic makmic commented Jan 16, 2025

I ran into this issue while trying to add Ruby 3.4 Support for another gem:

Failure/Error: require 'gemika'

LoadError:
  cannot load such file -- mutex_m
# ./spec/spec_helper.rb:3:in 'Kernel#require'

It turns out that mutex_m and a few other gems are no longer standard gems in Ruby 3.4 but indirect dependencies of Rails < 8. It's only a problem in tests, but I fixed it for the gemika test suite as well.

@makmic makmic force-pushed the ml/add-ruby-3-4-support branch from 990a7b0 to 193abdb Compare January 16, 2025 10:39
@makmic makmic marked this pull request as ready for review January 16, 2025 10:51
@makmic makmic requested a review from dastra-mak January 16, 2025 10:54
@makmic makmic force-pushed the ml/add-ruby-3-4-support branch from 193abdb to ccc61c0 Compare January 16, 2025 10:57
Copy link
Contributor

@dastra-mak dastra-mak left a comment

Choose a reason for hiding this comment

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

Thanks for the PR! @mak-dunkelziffer wanted to add this to #22

@makmic makmic merged commit d52210b into master Jan 16, 2025
10 checks passed
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