From d4dc758d9f79661dded7d5ab8a71cef45c9899d9 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 23 Jul 2016 18:09:53 -0700 Subject: [PATCH] bower.json: Allow jQuery v3 (#1061) Fixes #1048 Refs https://github.com/twbs/bootstrap/issues/16834 --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index d07f6c0446..1194b01bf7 100644 --- a/bower.json +++ b/bower.json @@ -30,7 +30,7 @@ "Gemfile" ], "dependencies": { - "jquery": "1.9.1 - 2" + "jquery": "1.9.1 - 3" }, - "version": "3.3.6" + "version": "3.3.7" }