builder is only used for generating xml. Should we keep it as a dependency ? We're using to_xml and active_support takes care to require builder when needed and will tell users if its not found.
For those who doesn't format :xml, builder is just an overhead.