From 5b458c3c98e1e0b0edfd436cb8415c551890c1ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Aug 2024 23:45:44 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-7577227 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 13509c24b..657ebf804 100644 --- a/Gemfile +++ b/Gemfile @@ -3,5 +3,5 @@ gemspec :name => 'uswds-jekyll' group :jekyll_plugins do # Only put the optional plugins here. Required plugins should go in the gemspec. - gem 'jekyll-last-modified-at', '>= 1.3.0' + gem 'jekyll-last-modified-at', '>= 1.3.2' end