diff --git a/blueprints/ember-cli-raygun/index.js b/blueprints/ember-cli-raygun/index.js index 40eb901..d87db3d 100644 --- a/blueprints/ember-cli-raygun/index.js +++ b/blueprints/ember-cli-raygun/index.js @@ -24,7 +24,7 @@ module.exports = { var self = this, raygunApiKey = options.api_key || 'YOUR-RAYGUN-API-KEY'; - return this.addBowerPackagesToProject([ { name: 'raygun4js', target: "^2.2.1"} ]) + return this.addBowerPackagesToProject([ { name: 'raygun4js', target: "^2.3.4"} ]) .then(function() { return self.setupRaygunConfig(raygunApiKey); }) diff --git a/bower.json b/bower.json index e0c01a0..a1d2442 100644 --- a/bower.json +++ b/bower.json @@ -11,7 +11,7 @@ "jquery": "^1.11.3", "loader.js": "ember-cli/loader.js#3.4.0", "qunit": "~1.20.0", - "raygun4js": "~2.0.3" + "raygun4js": "^2.3.4" }, "devDependencies": {} }