From 9d95394b326a7e1b0f4999d46007a0cdf4f70b41 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Jun 2020 03:19:54 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-JQUERYRAILS-565439 - https://snyk.io/vuln/SNYK-RUBY-RACK-572377 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f02a172..210c6ff 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ source "http://rubygems.org" gemspec # jquery-rails is used by the dummy application -gem "jquery-rails" +gem "jquery-rails", ">= 4.4.0" # Declare any dependencies that are still in development here instead of in # your gemspec. These might include edge Rails or gems from your path or