From 4b4dfdc05310c637efb6398daa4be716fb836538 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Oct 2025 23:06:23 +0000 Subject: [PATCH] fix: builders/testdata/ruby/version_specified_gemfile/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-13535097 - https://snyk.io/vuln/SNYK-RUBY-SINATRA-13535098 --- builders/testdata/ruby/version_specified_gemfile/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builders/testdata/ruby/version_specified_gemfile/Gemfile b/builders/testdata/ruby/version_specified_gemfile/Gemfile index 20ae5fd33..592ac2b73 100644 --- a/builders/testdata/ruby/version_specified_gemfile/Gemfile +++ b/builders/testdata/ruby/version_specified_gemfile/Gemfile @@ -13,5 +13,5 @@ # limitations under the License. source "https://rubygems.org" -gem "sinatra", "~> 2.0" +gem "sinatra", "~> 4.2", ">= 4.2.0" ruby '~> 2.5.0'