danielpclark / rutie

“The Tie Between Ruby and Rust.”
MIT License
933 stars 63 forks source link

Support Ruby 3 #175

Open danielpclark opened 1 year ago

danielpclark commented 1 year ago

I'm currently implementing GitHub Actions CI testing for the suite of OSes for Ruby 2. Ruby 2 will be maintained on version 0.8 of Rutie. Once CI testing implementation is complete enough I will split off a branch Stable-Ruby-2 and then master branch will become the target for Ruby 3. Once that is stable I plan on making a branch Stable-Ruby-3 that should merely be a mirror of master until I better decide the best policy for the difference between the two branches.

Tracking:

Zapotek commented 1 year ago

That would be great Daniel!

coopergillan commented 9 months ago

@danielpclark - any word on Ruby 3 support? We are also encountering seg faults when testing with Ruby 3.

tsmartt commented 8 months ago

Same

danielpclark commented 7 months ago

My situation has suddenly provided me with more free time. I anticipate getting to this sooner rather than later.

Zapotek commented 6 months ago

@danielpclark is there any update on this? Up to date gems require Ruby >= 3 now.