[Draft] Migrate CircleCI to Ruby 3.3
WIP TESTING
Hmmm. So the challenge here is you need Python (mkdocs) and Ruby (fastlane) and doing that with native Docker images is a challenge.
I will return to the fastlane/docker repo to bring an updated Ruby 3.x image that includes Python 3.8 and then setup some CI/CD for automated deploys to DockerHub. Since it seems that image is really dependent on this setup.
Alternatively with GitHub Actions, we could just install Ruby/Python with setup-python/setup-ruby, but extracting all the secrets and flows from this working CircleCI would present a challenge.
PR opened on docker - I may test with my forked image here in meantime - https://github.com/fastlane/docker/pull/11
Cool - updated docker image works (https://github.com/fastlane/docker/pull/11). I'll await that being merged/tagged and come back here to finish this branch.