From cc54d6e1377389be625d7675bd2a82f68ffbf8d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Aug 2024 07:45:01 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-7577227 - https://snyk.io/vuln/SNYK-RUBY-REXML-7577228 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 814ec895f79..c43c11254aa 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source "https://rubygems.org" -gem 'danger' +gem 'danger', '>= 7.0.0' gem 'image_size', '~> 2.0' gem 'json-schema' \ No newline at end of file