Skip to content

Commit

Permalink
Pin jQuery to 1.11.1
Browse files Browse the repository at this point in the history
Avoids ember-cli/ember-cli#5316 - there's more details
[here](ember-cli/ember-cli#5316) and a good
description
[here](http://benlimmer.com/2016/01/08/ember-jquery-dependancies/):

> Just recently, jQuery 1.12.x was released to bower, and Ember-CLI’s
default blueprint allowed upgrading to this version. Unfortunately, all
current versions of Ember have a hardcoded check that will make you
have a bad time.

It was fixed in ember by
emberjs/ember.js#12793.
  • Loading branch information
lorcan committed Apr 25, 2016
1 parent da0ce09 commit 209f4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"ember-qunit": "0.4.1",
"ember-qunit-notifications": "0.0.7",
"ember-resolver": "~0.1.18",
"jquery": "^1.11.1",
"jquery": "1.11.1",
"loader.js": "ember-cli/loader.js#3.2.0",
"qunit": "~1.17.1"
}
Expand Down

0 comments on commit 209f4f3

Please sign in to comment.