From f0d1d93568892225e64020ad28f149862acad41e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 26 Sep 2025 17:57:34 +0000 Subject: [PATCH] fix: builders/testdata/ruby/functions/fail_ruby_version/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-13052974 --- builders/testdata/ruby/functions/fail_ruby_version/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builders/testdata/ruby/functions/fail_ruby_version/Gemfile b/builders/testdata/ruby/functions/fail_ruby_version/Gemfile index da1bb7d7c..cfe4299c8 100644 --- a/builders/testdata/ruby/functions/fail_ruby_version/Gemfile +++ b/builders/testdata/ruby/functions/fail_ruby_version/Gemfile @@ -14,4 +14,4 @@ source "https://rubygems.org" ruby "2.6.0" -gem "functions_framework", "~> 0.7" +gem "functions_framework", "~> 0.7", ">= 0.7.1"