Fix ember-cli deprecation warning
In ember-cli >= 2.12.0, the following deprecation warning is issued:
DEPRECATION: `ember-cli/ext/promise` is deprecated, use `rsvp` instead...
This release moves to using RSVP as instructed in the warning.
Thanks to @nelstrom for the patch!