Hi, I am facing a deprecation popping up after upgrading to the Ember 2.5.1. > DEPRECATION: Ember.keys is deprecated in favor of Object.keys [deprecation id: ember-metal.ember.keys] The following line causes the problem (_addon/mixin/style-bindings.js_): https://github.com/indexiatech/ember-idx-utils/blob/master/addon/mixin/style-bindings.js#L75 Seems to be already solved [here](https://github.com/indexiatech/ember-idx-utils/pull/1) Thanks