I don't think we need `sprockets` anymore, but the tests for an API-only app fail when it's removed. For now, I've done the following: ```ruby <% if options[:api] %> gem "sprockets", "< 4" <% end %> ```