diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-07-22 14:59:13 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-07-22 15:00:37 +0200 |
commit | a3ccf56b2dc094b9b641a983581eb40da559e1e1 (patch) | |
tree | 355179ac8228a53c12ee7e93040d240cacec4ed0 /Gemfile | |
parent | Update sdoc to a more modern version (diff) | |
download | packages-5-a3ccf56b2dc094b9b641a983581eb40da559e1e1.tar.gz packages-5-a3ccf56b2dc094b9b641a983581eb40da559e1e1.tar.bz2 packages-5-a3ccf56b2dc094b9b641a983581eb40da559e1e1.zip |
Pin jquery-rails and require new enough version
We need at least 4.3.5 to get jQuery 3.4.1 which fixes a security
issue: https://blog.jquery.com/2019/04/10/jquery-3-4-0-released/
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ gem 'uglifier', '>= 1.3.0' # gem 'therubyracer', platforms: :ruby # Use jquery as the JavaScript library -gem 'jquery-rails' +gem 'jquery-rails', '~> 4.3.5' # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks gem 'turbolinks' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder |