From b426d1bf3827ab9edb5988a1b4cc09a23ead4290 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Oct 2025 13:58:44 +0000 Subject: [PATCH] fix: test/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-URI-13506785 --- test/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Gemfile b/test/Gemfile index 49500ca5..2ffcedce 100644 --- a/test/Gemfile +++ b/test/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' gem 'simple-feed', '=3.2.0' -gem 'activesupport', '=8.0.2' +gem 'activesupport', '= 8.0.2.1'