From 9cdef0094aa4cd26475dfda4b43e194b82d6328a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 May 2024 16:53:55 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-6861566 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d3c7840..f2f8a3f 100644 --- a/Gemfile +++ b/Gemfile @@ -3,6 +3,6 @@ gem "rake", "~> 13.0" gem "asciidoctor-pdf", "~> 1.5" -gem "asciidoctor-diagram", "~> 2.1" +gem "asciidoctor-diagram", "~> 2.2", ">= 2.2.0" gem "listen", "~> 3.4"