lucf117 has quit [Remote host closed the connection]
<edipofederle[m]> Question: How do you guys approach new Ruby versions, I mean, right now we are 'aligned' with 2.6 ? (sorry if my question is not clear)
<headius> For the past few versions we build a checklist of all features in the NEWS file for that release
<headius> You can see those issues in our tracker. We just go down the checklist and make sure we have those features implemented. We also use the Ruby specs to make sure we pass and we try to run the unit tests as well
<headius> So if you wanted some low-hanging easy things to do you could start looking at Ruby 2.7 and 3.0 features and coordinate with enebo to start implementing them. He has been doing some work on 3.0 already
<headius> I think we have a 2.7 checklist but not a 3.0 checklist
<headius> Many of the new features are easy to implement and sometimes they are just fine to use pure Ruby
<edipofederle[m]> great. Clear. I will take a look on it for sure