From ec839f5a207eaf91897c558d345ce048fbe5a68e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Oct 2025 21:12:44 +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-13378928 - https://snyk.io/vuln/SNYK-RUBY-RACK-13378930 - https://snyk.io/vuln/SNYK-RUBY-RACK-13378932 --- 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"