diff --git a/ghost/admin/bower.json b/ghost/admin/bower.json index 5546e9abfc..22d4713fb3 100644 --- a/ghost/admin/bower.json +++ b/ghost/admin/bower.json @@ -4,7 +4,7 @@ "blueimp-md5": "2.3.0", "codemirror": "5.13.2", "devicejs": "0.2.7", - "ember": "2.5.0", + "ember": "2.5.1", "ember-cli-shims": "0.1.1", "ember-cli-test-loader": "0.2.2", "ember-mocha": "0.8.11", diff --git a/ghost/admin/config/deprecation-workflow.js b/ghost/admin/config/deprecation-workflow.js index 8e03f03b1f..39a9651f08 100644 --- a/ghost/admin/config/deprecation-workflow.js +++ b/ghost/admin/config/deprecation-workflow.js @@ -1,7 +1,6 @@ window.deprecationWorkflow = window.deprecationWorkflow || {}; window.deprecationWorkflow.config = { workflow: [ - {handler: 'silence', matchMessage: 'Usage of `Ember.merge` is deprecated, use `Ember.assign` instead.'}, {handler: 'silence', matchMessage: 'Using the injected `container` is deprecated. Please use the `getOwner` helper instead to access the owner of this object.'}, {handler: 'silence', matchMessage: 'You modified (-join-classes "ember-view" "form-group" (-normalize-class "errorClass" errorClass activeClass=undefined inactiveClass=undefined)) twice in a single render. This was unreliable in Ember 1.x and will be removed in Ember 3.0'} ]