bower.json: Allow jQuery v3 (#1061)

Fixes #1048
Refs https://github.com/twbs/bootstrap/issues/16834
This commit is contained in:
Chris Rebert 2016-07-23 18:09:53 -07:00 committed by GitHub
parent 27e7ac8831
commit d4dc758d9f
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
"Gemfile"
],
"dependencies": {
"jquery": "1.9.1 - 2"
"jquery": "1.9.1 - 3"
},
"version": "3.3.6"
"version": "3.3.7"
}