From bcf5cd8a98a8c6f025330fe755f32dc599c641db Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Aug 2025 04:16:36 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVESTORAGE-11800135 - https://snyk.io/vuln/SNYK-RUBY-PUMA-8062124 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 6a08afb..1e06d9a 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem "git" gem "html-pipeline" gem "mdl" -gem "govuk_publishing_components" +gem "govuk_publishing_components", ">= 38.1.0" # GitHub API gem "faraday-http-cache"