From f0d592e44d3a4c4b99c2c02e3e0852900c45e930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20D=C3=A1vila=20Santos?= Date: Mon, 25 Dec 2017 12:07:58 -0500 Subject: [PATCH] Specify required jQuery version in README If we use an older version like `4.1.0` we will run into this issue: https://github.com/activeadmin/activeadmin/issues/5129 It's important to specify the version given it will use an older version if you have installed the gem previously. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d01ee74..d7c6a2fe 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Bootstrap JavaScript depends on jQuery. If you're using Rails 5.1+, add the `jquery-rails` gem to your Gemfile: ```ruby -gem 'jquery-rails' +gem 'jquery-rails', '~> 4.3.1' ``` Bootstrap tooltips and popovers depend on [popper.js] for positioning.