From b892f818d893139ef2db729afb71da24e41e7851 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Oct 2022 21:15:59 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ADDRESSABLE-1316242 - https://snyk.io/vuln/SNYK-RUBY-REXML-1244518 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index d3c7840..feefa3e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,8 +1,8 @@ gem "rake", "~> 13.0" -gem "asciidoctor-pdf", "~> 1.5" +gem "asciidoctor-pdf", "~> 1.5", ">= 1.5.4" -gem "asciidoctor-diagram", "~> 2.1" +gem "asciidoctor-diagram", "~> 2.1", ">= 2.1.2" gem "listen", "~> 3.4"