v0.17.8
What's Changed
✨ Enhancements
- Prevent gems from calling
exitorabortduring gem load by @paracycle in #2387 - Print currently compiling gems. Add verbose attribute to gem command. by @cub8 in #2395
🐛 Bug Fixes
- Generate Active Model attributes in an included
GeneratedAttributeMethodsmodule by @paracycle in #2356 - Fix RBS comment prefix in YardDoc listener by @KaanOzkan in #2364
- Fix rbi deleted when route_dsl runs on files affected by other compilers by @domingo2000 in #2358
- Use
Bundler.load.specsinstead of readingGemfile.lockby @KaanOzkan in #2363 - Sort YARD comments that have the same tag name by @KaanOzkan in #2375
- use ActiveRecordColumnTypeHelper for primary key types by @bobcats in #2377
- Do not mixin Kernel for modules by @KaanOzkan in #2394
New Contributors
- @domingo2000 made their first contribution in #2358
- @bobcats made their first contribution in #2377
- @cub8 made their first contribution in #2395
Full Changelog: v0.17.7...v0.17.8