From 330743bee334313d4c22cfbb26b72c3f3430b2a0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Oct 2024 20:10:43 +0000 Subject: [PATCH] fix: test/acceptance/workspaces/mono-repo-project/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-8220162 - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-8220268 --- test/acceptance/workspaces/mono-repo-project/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/acceptance/workspaces/mono-repo-project/Gemfile b/test/acceptance/workspaces/mono-repo-project/Gemfile index eaaf55a49f..bbb1950629 100644 --- a/test/acceptance/workspaces/mono-repo-project/Gemfile +++ b/test/acceptance/workspaces/mono-repo-project/Gemfile @@ -3,4 +3,4 @@ source :rubygems gem "sinatra" gem "haml" gem "httparty" -gem "actionpack" +gem "actionpack", ">= 6.1.7.9"