As a mainter of forum, in regard to the ruby version in cs_comments_service, it’s using 2.5.7, hence the below two refs:
- cs_comments_service/Gemfile.lock at 0b51645d69c1960555805a67f96994ee99635c77 · openedx/cs_comments_service · GitHub
- cs_comments_service/Gemfile at 0b51645d69c1960555805a67f96994ee99635c77 · openedx/cs_comments_service · GitHub
However ruby 2.5.7 has reached its EOL and does’t get security update hence (refs: ruby-lang.org and endoflife.date). The only supported sub version of ruby 2 is 2.7.
Since the tutor-forum is based on cs_comments_service, should we ask relevant maintainers of the project about the ruby supported version?
Secondly, in regard of MFEs, there has been an initiative to create a base image which is supposed to work with the default/basic configuration without requiring it to rebuild (relevant issue). The issue I think is blocked until runtime configuration is finished (relevant issue). However doing a quick look it doesn’t seem default MFEs support it yet, given to use this new feature MFEs supposed to use frontend-platform >=2.5 which doesn’t seem to be the case.
Put it in other words: will the runtime configuration be shipped in MFEs?