From f0aea535aafb3a4c92616a404895c65ef9f0b1fc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Oct 2025 05:00:28 +0000 Subject: [PATCH] fix: builders/testdata/ruby/functions/fail_target_missing/Gemfile & builders/testdata/ruby/functions/fail_target_missing/Gemfile.lock 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 - https://snyk.io/vuln/SNYK-RUBY-RACK-13535097 - https://snyk.io/vuln/SNYK-RUBY-RACK-13524628 --- .../ruby/functions/fail_target_missing/Gemfile | 2 +- .../functions/fail_target_missing/Gemfile.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/builders/testdata/ruby/functions/fail_target_missing/Gemfile b/builders/testdata/ruby/functions/fail_target_missing/Gemfile index ecd7cd35e..ce975fee7 100644 --- a/builders/testdata/ruby/functions/fail_target_missing/Gemfile +++ b/builders/testdata/ruby/functions/fail_target_missing/Gemfile @@ -13,4 +13,4 @@ # limitations under the License. source "https://rubygems.org" -gem "functions_framework", "~> 0.7" +gem "functions_framework", "~> 0.7", ">= 0.7.1" diff --git a/builders/testdata/ruby/functions/fail_target_missing/Gemfile.lock b/builders/testdata/ruby/functions/fail_target_missing/Gemfile.lock index f3f33a5a0..f8583332f 100644 --- a/builders/testdata/ruby/functions/fail_target_missing/Gemfile.lock +++ b/builders/testdata/ruby/functions/fail_target_missing/Gemfile.lock @@ -1,21 +1,21 @@ GEM remote: https://rubygems.org/ specs: - cloud_events (0.1.2) - functions_framework (0.7.0) - cloud_events (~> 0.1) - puma (~> 4.3) + cloud_events (0.7.1) + functions_framework (0.11.0) + cloud_events (>= 0.5.1, < 2.a) + puma (>= 4.3.0, < 6.a) rack (~> 2.1) - nio4r (2.5.4) - puma (4.3.6) + nio4r (2.7.4) + puma (5.6.9) nio4r (~> 2.0) - rack (2.2.3) + rack (2.2.20) PLATFORMS ruby DEPENDENCIES - functions_framework (~> 0.7) + functions_framework (~> 0.7, >= 0.7.1) BUNDLED WITH - 2.1.4 + 2.3.27