From 01c551a8d9fb7e07197bf057095dc7bb61eb611f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 Apr 2026 21:15:47 +0000 Subject: [PATCH] fix: builders/testdata/ruby/functions/with_legacy_framework/Gemfile & builders/testdata/ruby/functions/with_legacy_framework/Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-15878254 - https://snyk.io/vuln/SNYK-RUBY-RACK-15878260 - https://snyk.io/vuln/SNYK-RUBY-RACK-15878256 - https://snyk.io/vuln/SNYK-RUBY-RACK-15878255 - https://snyk.io/vuln/SNYK-RUBY-RACK-15878257 - https://snyk.io/vuln/SNYK-RUBY-RACK-15878258 - https://snyk.io/vuln/SNYK-RUBY-RACK-15878259 - https://snyk.io/vuln/SNYK-RUBY-RACK-15878035 - https://snyk.io/vuln/SNYK-RUBY-RACK-15878237 --- .../ruby/functions/with_legacy_framework/Gemfile | 2 +- .../functions/with_legacy_framework/Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/builders/testdata/ruby/functions/with_legacy_framework/Gemfile b/builders/testdata/ruby/functions/with_legacy_framework/Gemfile index 494739037..e90960aee 100644 --- a/builders/testdata/ruby/functions/with_legacy_framework/Gemfile +++ b/builders/testdata/ruby/functions/with_legacy_framework/Gemfile @@ -13,4 +13,4 @@ # limitations under the License. source "https://rubygems.org" -gem "functions_framework", "~> 0.5.2" +gem "functions_framework", "~> 0.6.0" diff --git a/builders/testdata/ruby/functions/with_legacy_framework/Gemfile.lock b/builders/testdata/ruby/functions/with_legacy_framework/Gemfile.lock index a84bb5430..8aee851fe 100644 --- a/builders/testdata/ruby/functions/with_legacy_framework/Gemfile.lock +++ b/builders/testdata/ruby/functions/with_legacy_framework/Gemfile.lock @@ -1,21 +1,21 @@ GEM remote: https://rubygems.org/ specs: - cloud_events (0.1.2) - functions_framework (0.5.2) + cloud_events (0.9.0) + functions_framework (0.6.0) cloud_events (~> 0.1) puma (~> 4.3) rack (~> 2.1) - nio4r (2.5.4) - puma (4.3.6) + nio4r (2.7.5) + puma (4.3.12) nio4r (~> 2.0) - rack (2.2.3) + rack (2.2.23) PLATFORMS ruby DEPENDENCIES - functions_framework (~> 0.5.2) + functions_framework (~> 0.6.0) BUNDLED WITH - 2.1.4 + 2.3.27