This document discusses plans for standard Ruby libraries and gemification. It introduces the classifications of standard, default, and bundled libraries. It outlines pros and cons of extracting libraries to gems. The author details their work transferring reserved gems on Rubygems and overriding standard libraries. They propose promoting all standard libraries to default gems and removing Rubygems dependencies from default gems for Ruby 3.0 to reduce package size. Integrating Bundler into the Ruby core by Ruby 3.0 is also discussed.