tomdale / ember-cli-addon-tests

31 stars 18 forks source link

Migrate from ember-data@~3.8.0 to ember-data@^3.8.0 #209

Open rwjblue opened 5 years ago

rwjblue commented 5 years ago

In #208 we were forced to use ~3.8.0 because ember-data@3.9.0 has a fundamental issue in fastboot (and was causing our own tests to fail).

As of https://github.com/emberjs/data/pull/6011, this should no longer be the case and once ember-data@3.9.1 is published we should be able to update this library to use ^3.8.0 again.