From 2c1b2b13ec43042b85e632692fd4b0e2b3d251ff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Jun 2024 07:56:47 +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 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