ruby-grape/grape

Dropping builder as dependency ?

ericproulx opened this issue · 1 comments

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.

I don't see why not.