From 24b91f262277f924f18ab0a3ff0d8b67a788fa65 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 May 2020 04:27:28 +0100 Subject: [PATCH] fix: test/fixtures/mono-repo-project/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://dev.snyk.io/vuln/SNYK-RUBY-ACTIONPACK-569599 - https://dev.snyk.io/vuln/SNYK-RUBY-ACTIONPACK-569600 - https://dev.snyk.io/vuln/SNYK-RUBY-ACTIONVIEW-569601 - https://dev.snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-569598 --- test/fixtures/mono-repo-project/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/mono-repo-project/Gemfile b/test/fixtures/mono-repo-project/Gemfile index eaaf55a49f..22f359b283 100644 --- a/test/fixtures/mono-repo-project/Gemfile +++ b/test/fixtures/mono-repo-project/Gemfile @@ -3,4 +3,4 @@ source :rubygems gem "sinatra" gem "haml" gem "httparty" -gem "actionpack" +gem "actionpack", ">= 5.2.4.3"