This is a bug-fix release that fixes an Tapioca RBI file issue and a load order problem
🐛 Fixes
- Rename
Tapioca::Gemfile::Gem constant to Tapioca::Gemfile::GemSpec to prevent confusion with top-level Gem constant in generate RBI file for Tapioca itself (#475)
- Fix load ordering that would fail to autoload some constants from gems using Zeitwerk and implicit namespaces (#480)