From 8536c12e19533299e41b30a7269b9dc84d503658 Mon Sep 17 00:00:00 2001 From: Spencer Tom Tafadzwa Chirume <22162-Spence@users.noreply.gitlab.com> Date: Wed, 8 Jul 2020 00:46:11 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-JQUERYRAILS-575390 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index e3acf4a15..b61e5e2ed 100644 --- a/Gemfile +++ b/Gemfile @@ -156,8 +156,8 @@ gem 'jquery-turbolinks' gem 'select2-rails' gem 'jquery-atwho-rails', "~> 0.3.3" -gem "jquery-rails", "2.1.3" -gem "jquery-ui-rails", "2.0.2" +gem "jquery-rails", "3.1.3" +gem "jquery-ui-rails", "2.0.2" gem "modernizr", "2.6.2" gem "raphael-rails", "~> 2.1.2" gem 'bootstrap-sass', '~> 3.0' -- GitLab