From 55a038a5b0c06da90d50ad24da43bf24c5a46726 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 Jul 2020 06:12:37 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-KRAMDOWN-585939 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index db203ccd2..e183b8550 100644 --- a/Gemfile +++ b/Gemfile @@ -90,7 +90,7 @@ gem "coderay" gem "stringex" # Markdown -gem "kramdown" +gem "kramdown", ">= 2.3.0" gem 'open-uri-cached'