From 2903b0c8da6be5a2ea1716ad455eca7d6dab0f10 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Mon, 5 May 2014 20:15:02 -0400 Subject: [PATCH] Add jQuery Bower dependency Version copied from https://github.com/twbs/bootstrap/blob/master/bower.json#L35-L37 Fixes gh-603 --- bower.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 16fded13..b4c4e420 100644 --- a/bower.json +++ b/bower.json @@ -43,5 +43,8 @@ "*.gemspec", "Rakefile", "Gemfile" - ] + ], + "dependencies": { + "jquery": ">= 1.9.0" + } }